diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
commit | c3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch) | |
tree | e774af268961483556ceccc49ef1a585f2e45ce0 /games/stvef-paks/Makefile | |
parent | - Upgrade to 0.12. (diff) |
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun Abandonware
astro/xrmap No more distfiles
audio/midimountain Abandonware
audio/gkrellmss Abandonware
audio/gnapster Abandonware
databases/xbase No more public distfiles
databases/xbsql No more public distfiles
games/gtkabale No more public distfiles
games/battleball No more public distfiles, does not compile on ia64 or sparc64
games/race No more public distfiles
games/stvef-paks No more public distfiles
games/stvef-server No more public distfiles
games/tome No more public distfiles
games/qkmj No more public distfiles
games/oilwar No more public distfiles
games/xbaby No more public distfiles
games/xword Abandonware
games/kslide No more public distfiles
graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans Upstream disappeared and distfile is not available
graphics/wildmagic BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet No more public distfiles
irc/tkirc No more public distfiles
korean/mizifont No more public distfiles
lang/freetxl No more public distfiles
math/nsc2ke No more public distfiles
misc/mgp-mode.el No more public distfiles
multimedia/p5-RIFF-Info No more public distfiles
net/p5-Net-OpenDHT No more public distfiles
net/mudix No more public distfiles
net-im/newsbot No more public distfiles
net-im/libicq2000 Abandonware
net-im/gossip No longer maintain by upstream, use net-im/empathy instead
net-im/ickle Abandonware
net-mgmt/nipper BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy No more public distfiles
news/p5-Gateway No more public distfiles
print/epsmerge No more public distfiles
science/at No more public distfiles
science/pyvox No more public distfiles
security/p5-Email-Obfuscate No more public distfiles
security/libparanoia No more public distfiles
security/execwrap No more public distfiles
Notes
Notes:
svn path=/head/; revision=283226
Diffstat (limited to 'games/stvef-paks/Makefile')
-rw-r--r-- | games/stvef-paks/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/games/stvef-paks/Makefile b/games/stvef-paks/Makefile deleted file mode 100644 index ba4bb8885290..000000000000 --- a/games/stvef-paks/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: Star Trek Voyager: Elite Force paks -# Date created: Sat Jul 15 14:27:16 SAST 2000 -# Whom: nik@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= stvef-paks -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= games linux -MASTER_SITES= # -DISTFILES= pak0.pk3 -DIST_SUBDIR= stvef -IGNOREFILES= ${ALLFILES} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Star Trek Voyager: Elite Forces dedicated server for Linux .pk3 files - -# Make this a BUILD_DEPENDS too, so that it can create the -# directory hierarchy for us. -BUILD_DEPENDS= ${LOCALBASE}/games/stvef/linuxstvefded_1.2-static:${PORTSDIR}/games/stvef-server -RUN_DEPENDS= ${BUILD_DEPENDS} - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_LINUX_APPS= xorglibs -EXTRACT_ONLY= # Don't extract anything - -GAMEDIR= ${PREFIX}/games/stvef/ - -.include <bsd.port.pre.mk> - -# The only file we *must* have (I think) is pak0.pk3 -.if !exists(${DISTDIR}/stvef/pak0.pk3) -IGNORE=You must manually copy all the files from the BaseEF directory of the original CD-ROM (or an installed version of the game) to the ${DISTDIR}/stvef directory and then run make again. -.endif - -# Abuse the build target to generate ${PLIST}. We can't have a fixed -# ${PLIST}, because the contents of the stvef directory will depend on which -# .pk3 files they copy over, and the patch level of the install they copied -# them from. So assume that the user knows what they're doing, and blindly -# install everything (including non-.pk3 files, which might be necessary). -do-build: - ${RM} -f ${PLIST} - for file in ${DISTDIR}/stvef/*; do \ - b=`basename $$file`; \ - ${ECHO_CMD} games/stvef/baseEF/$$b >> ${PLIST}; \ - done - -do-install: - ${MKDIR} ${GAMEDIR}/baseEF - for file in ${DISTDIR}/stvef/*; do \ - ${INSTALL_DATA} $$file ${GAMEDIR}/baseEF; \ - done - -.include <bsd.port.post.mk> |