diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-08 19:15:10 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-08 19:15:10 +0000 |
commit | 68c42eedd62f0f18722728b56f4fe1a882d0c832 (patch) | |
tree | 7276f675502dce6c673b6f902475bd18124a1103 /games/alephone-data | |
parent | Split the alephone port into two ports (game and data). (diff) |
Split the alephone port into two ports (game and data)
PR: 25615
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=39282
Diffstat (limited to '')
-rw-r--r-- | games/alephone-data/Makefile | 31 | ||||
-rw-r--r-- | games/alephone-data/distinfo | 1 | ||||
-rw-r--r-- | games/alephone-data/pkg-comment | 1 | ||||
-rw-r--r-- | games/alephone-data/pkg-descr | 5 | ||||
-rw-r--r-- | games/alephone-data/pkg-plist | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile new file mode 100644 index 000000000000..ddca070490dd --- /dev/null +++ b/games/alephone-data/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: alephone-data +# Date created: 08 March 2001 +# Whom: Michael Alyn Miller <malyn@strangeGizmo.com> +# +# $FreeBSD$ +# + +PORTNAME= alephone-data +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= marathon +DISTNAME= AlephOne-minf-demo + +MAINTAINER= malyn@strangeGizmo.com + +RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files. + +do-install: + ${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 + +.include <bsd.port.mk> diff --git a/games/alephone-data/distinfo b/games/alephone-data/distinfo new file mode 100644 index 000000000000..c7b086aea2eb --- /dev/null +++ b/games/alephone-data/distinfo @@ -0,0 +1 @@ +MD5 (AlephOne-minf-demo.tar.gz) = ebf27555dc5419aab6dfe1af5156096a diff --git a/games/alephone-data/pkg-comment b/games/alephone-data/pkg-comment new file mode 100644 index 000000000000..dd29be210f31 --- /dev/null +++ b/games/alephone-data/pkg-comment @@ -0,0 +1 @@ +Data files for the alephone port diff --git a/games/alephone-data/pkg-descr b/games/alephone-data/pkg-descr new file mode 100644 index 000000000000..8903b7e936e5 --- /dev/null +++ b/games/alephone-data/pkg-descr @@ -0,0 +1,5 @@ +This port contains the Marathon Infinity Demo files, converted to run on +Aleph One. The Aleph One application itself is in the `alephone' port. + +Michael Alyn Miller +malyn@strangeGizmo.com diff --git a/games/alephone-data/pkg-plist b/games/alephone-data/pkg-plist new file mode 100644 index 000000000000..ec3a4fc9d342 --- /dev/null +++ b/games/alephone-data/pkg-plist @@ -0,0 +1,6 @@ +share/AlephOne/Images +share/AlephOne/MML/Preferences.mml +share/AlephOne/Map +share/AlephOne/README +share/AlephOne/Shapes +share/AlephOne/Sounds |