diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-17 19:05:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-17 19:05:12 +0000 |
commit | 8ead7f6251c7a3c101aea7c5e4086374f19227a9 (patch) | |
tree | d80fd4ea3be90ece966514a43df29dccfd155e35 /games | |
parent | bbdc6fa005a63092afcea1d21f68b027d7e07faa (diff) | |
download | ports-8ead7f6251c7a3c101aea7c5e4086374f19227a9.tar.gz ports-8ead7f6251c7a3c101aea7c5e4086374f19227a9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/marathon2-data/Makefile | 34 | ||||
-rw-r--r-- | games/marathon2-data/distinfo | 2 | ||||
-rw-r--r-- | games/marathon2-data/pkg-descr | 8 | ||||
-rw-r--r-- | games/marathon2-data/pkg-plist | 7 |
5 files changed, 52 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index cdf74f37a33a..05e989403ead 100644 --- a/games/Makefile +++ b/games/Makefile @@ -298,6 +298,7 @@ SUBDIR += maitretarot SUBDIR += mangband SUBDIR += marathon-evil + SUBDIR += marathon2-data SUBDIR += marbles SUBDIR += meqcc SUBDIR += merlin diff --git a/games/marathon2-data/Makefile b/games/marathon2-data/Makefile new file mode 100644 index 000000000000..36379989b09f --- /dev/null +++ b/games/marathon2-data/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: marathon2-data +# Date created: 19 March 2005 +# Whom: Evan T. Dower <evantd@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= marathon2-data +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://files3.bungie.org/trilogy/ +DISTNAME= marathon2 + +MAINTAINER= evantd@yahoo.com +COMMENT= Data files for the alephone port from Marathon 2 + +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. +NO_WRKSUBDIR= yes + +do-install: + @${MKDIR} ${PREFIX}/share/AlephOne + ${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Durandal.Images + ${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Durandal.Map + ${INSTALL_DATA} ${WRKDIR}/Map.resources ${PREFIX}/share/AlephOne/Durandal.Map.resources + ${INSTALL_DATA} ${WRKDIR}/Music ${PREFIX}/share/AlephOne/Durandal.Music + ${INSTALL_DATA} ${WRKDIR}/Shapes ${PREFIX}/share/AlephOne/Durandal.Shapes + ${INSTALL_DATA} ${WRKDIR}/Sounds ${PREFIX}/share/AlephOne/Durandal.Sounds + +.include <bsd.port.mk> diff --git a/games/marathon2-data/distinfo b/games/marathon2-data/distinfo new file mode 100644 index 000000000000..9569a3089da9 --- /dev/null +++ b/games/marathon2-data/distinfo @@ -0,0 +1,2 @@ +MD5 (marathon2.zip) = cca9e8f68e8acc6da886073e685f65f1 +SIZE (marathon2.zip) = 30316515 diff --git a/games/marathon2-data/pkg-descr b/games/marathon2-data/pkg-descr new file mode 100644 index 000000000000..2d8956c02dca --- /dev/null +++ b/games/marathon2-data/pkg-descr @@ -0,0 +1,8 @@ +This port contains the Marathon 2: Durandal data files, converted to +run on Aleph One. The Aleph One application itself is in the +`alephone' port. + +Evan T. Dower +evantd@yahoo.com + +WWW: http://bighouse.bungie.org/marathon2.html diff --git a/games/marathon2-data/pkg-plist b/games/marathon2-data/pkg-plist new file mode 100644 index 000000000000..710d7c51bda1 --- /dev/null +++ b/games/marathon2-data/pkg-plist @@ -0,0 +1,7 @@ +share/AlephOne/Durandal.Images +share/AlephOne/Durandal.Map +share/AlephOne/Durandal.Map.resources +share/AlephOne/Durandal.Music +share/AlephOne/Durandal.Shapes +share/AlephOne/Durandal.Sounds +@dirrm share/AlephOne |