ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/games/bass/Makefile
Revision: 8503
Committed: Sat Oct 3 00:04:14 2009 UTC (14 years, 7 months ago) by laffer1
File size: 822 byte(s)
Log Message:
fix dist site

File Contents

# Content
1 # $MidnightBSD: mports/games/bass/Makefile,v 1.4 2009/03/30 22:55:39 laffer1 Exp $
2
3 PORTNAME= bass
4 PORTVERSION= 1.2
5 PORTREVISION= 2
6 CATEGORIES= games
7 MASTER_SITES= SF/scummvm/extras/Beneath%20a%20Steel%20Sky
8 DISTNAME= bass-cd-1.2
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
12 LICENSE= other
13
14 RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
15
16 USE_ZIP= yes
17 NO_BUILD= yes
18
19 WRKSRC= ${WRKDIR}/${DISTNAME}
20 SUB_FILES= pkg-message
21
22 do-install:
23 ${MKDIR} ${DATADIR}
24 ${INSTALL_DATA} ${WRKSRC}/sky.dnr ${DATADIR}
25 ${INSTALL_DATA} ${WRKSRC}/sky.dsk ${DATADIR}
26 ${INSTALL_DATA} ${WRKSRC}/sky.cpt ${DATADIR}
27
28 .if !defined(NOPORTDOCS)
29 @${MKDIR} ${DOCSDIR}
30 .for docs in readme.txt
31 @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
32 .endfor
33 .endif
34
35
36 .include <bsd.port.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.5