From d7ed77456e420ebe97051ea0d48aa20d2ca1cf13 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 17 Jun 2005 19:05:12 +0000 Subject: Add marathon2-data 1.0, data files for the alephone port from Marathon 2. PR: 79040 Submitted by: Evan T. Dower --- games/marathon2-data/Makefile | 34 ++++++++++++++++++++++++++++++++++ games/marathon2-data/distinfo | 2 ++ games/marathon2-data/pkg-descr | 8 ++++++++ games/marathon2-data/pkg-plist | 7 +++++++ 4 files changed, 51 insertions(+) create mode 100644 games/marathon2-data/Makefile create mode 100644 games/marathon2-data/distinfo create mode 100644 games/marathon2-data/pkg-descr create mode 100644 games/marathon2-data/pkg-plist (limited to 'games/marathon2-data') 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 +# +# $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 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 -- cgit