diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-08 14:57:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-08 14:57:42 +0000 |
commit | 4ced6315e4b0d2d2d59863f92204bdec0fa67ae0 (patch) | |
tree | 08d7e4792d68ba895651e3d30c4f27da1002744a /games/alephone-data/Makefile | |
parent | Backing out part of last commit, that was breaking the version string. (diff) |
update to full version
PR: ports/79045
Submitted by: Evan Dower
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=132767
Diffstat (limited to 'games/alephone-data/Makefile')
-rw-r--r-- | games/alephone-data/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile index 448a48ed5325..2db093741e6b 100644 --- a/games/alephone-data/Makefile +++ b/games/alephone-data/Makefile @@ -7,11 +7,10 @@ PORTNAME= alephone-data PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= marathon -DISTNAME= AlephOne-minf-demo +MASTER_SITES= http://files3.bungie.org/trilogy/ +DISTNAME= infinity MAINTAINER= malyn@strangeGizmo.com COMMENT= Data files for the alephone port @@ -19,17 +18,17 @@ COMMENT= Data files for the alephone port RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone USE_X_PREFIX= yes +USE_ZIP= yes NO_BUILD= yes NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files. +WRKSRC= ${WRKDIR}/Marathon\ Infinity +DATADIR= ${PREFIX}/share/AlephOne +DATA= Images Map Map.resources Music Shapes Sounds +PLIST_FILES= ${DATA:S+^+share/AlephOne/+} + do-install: - @${MKDIR} ${PREFIX}/share/AlephOne - @${MKDIR} ${PREFIX}/share/AlephOne/MML - ${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Images - ${INSTALL_DATA} ${WRKDIR}/MML/Preferences.mml ${PREFIX}/share/AlephOne/MML/Preferences.mml - ${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Map - ${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/AlephOne/README - ${INSTALL_DATA} ${WRKDIR}/Shapes ${PREFIX}/share/AlephOne/Shapes - ${INSTALL_DATA} ${WRKDIR}/Sounds ${PREFIX}/share/AlephOne/Sounds + @${MKDIR} ${DATADIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${DATADIR} .include <bsd.port.mk> |