diff options
author | gabor <gabor@FreeBSD.org> | 2007-05-29 01:21:10 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-05-29 01:21:10 +0800 |
commit | b34c52fbb6c9eb73fb15cd538f53f1282dc4fb00 (patch) | |
tree | 1d757b5d1a28607f8e7b533dc05187e906d0feb2 /games/marathon2-data/Makefile | |
parent | a03457049734c34fc07b1d0b439f1a0c5d2cc405 (diff) | |
download | freebsd-ports-gnome-b34c52fbb6c9eb73fb15cd538f53f1282dc4fb00.tar.gz freebsd-ports-gnome-b34c52fbb6c9eb73fb15cd538f53f1282dc4fb00.tar.zst freebsd-ports-gnome-b34c52fbb6c9eb73fb15cd538f53f1282dc4fb00.zip |
Remove expired ports:
2007-05-09 net-p2p/amule1: use net-p2p/amule2 if you are running OSVERSION > 500000
2007-04-28 games/marathon-evil: Installed by games/alephone-scenarios with wrapper script
2007-04-28 games/marathon2-data: Installed by games/alephone-data with wrapper script
Diffstat (limited to 'games/marathon2-data/Makefile')
-rw-r--r-- | games/marathon2-data/Makefile | 37 |
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> |