aboutsummaryrefslogtreecommitdiffstats
path: root/games/marathon2-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/marathon2-data/Makefile')
-rw-r--r--games/marathon2-data/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/games/marathon2-data/Makefile b/games/marathon2-data/Makefile
deleted file mode 100644
index 0c5c1145f01d..000000000000
--- a/games/marathon2-data/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-PORTREVISION= 1
-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
-
-DEPRECATED= Installed by games/alephone-data with wrapper script
-EXPIRATION_DATE=2007-04-28
-
-RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone
-
-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>