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 | |
parent | 916801dfad89b57b91c00ce2247edf292cfee51d (diff) | |
download | ports-4ced6315e4b0d2d2d59863f92204bdec0fa67ae0.tar.gz ports-4ced6315e4b0d2d2d59863f92204bdec0fa67ae0.zip |
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')
-rw-r--r-- | games/alephone-data/Makefile | 23 | ||||
-rw-r--r-- | games/alephone-data/distinfo | 4 | ||||
-rw-r--r-- | games/alephone-data/pkg-descr | 4 | ||||
-rw-r--r-- | games/alephone-data/pkg-plist | 8 |
4 files changed, 16 insertions, 23 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> diff --git a/games/alephone-data/distinfo b/games/alephone-data/distinfo index 00c149bdc43b..d017e053607b 100644 --- a/games/alephone-data/distinfo +++ b/games/alephone-data/distinfo @@ -1,2 +1,2 @@ -MD5 (AlephOne-minf-demo.tar.gz) = ebf27555dc5419aab6dfe1af5156096a -SIZE (AlephOne-minf-demo.tar.gz) = 8742994 +MD5 (infinity.zip) = a7f03a6e4799e673d53f4baa61230bdc +SIZE (infinity.zip) = 39161216 diff --git a/games/alephone-data/pkg-descr b/games/alephone-data/pkg-descr index 8903b7e936e5..752b61e28cf7 100644 --- a/games/alephone-data/pkg-descr +++ b/games/alephone-data/pkg-descr @@ -1,5 +1,7 @@ -This port contains the Marathon Infinity Demo files, converted to run on +This port contains the Marathon Infinity data files, converted to run on Aleph One. The Aleph One application itself is in the `alephone' port. +WWW: http://source.bungie.org/ + Michael Alyn Miller malyn@strangeGizmo.com diff --git a/games/alephone-data/pkg-plist b/games/alephone-data/pkg-plist deleted file mode 100644 index dece9953a15e..000000000000 --- a/games/alephone-data/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -share/AlephOne/Images -share/AlephOne/MML/Preferences.mml -share/AlephOne/Map -share/AlephOne/README -share/AlephOne/Shapes -share/AlephOne/Sounds -@dirrm share/AlephOne/MML -@dirrm share/AlephOne |