aboutsummaryrefslogtreecommitdiff
path: root/games/stvef-server/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
commitc3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch)
treee774af268961483556ceccc49ef1a585f2e45ce0 /games/stvef-server/Makefile
parentb701e182a654c26eba0d8736d26c90cc1ffc7811 (diff)
downloadports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.tar.gz
ports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.zip
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-server/Makefile')
-rw-r--r--games/stvef-server/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile
deleted file mode 100644
index 6bedb80cbcb5..000000000000
--- a/games/stvef-server/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: Star Trek Voyager: Elite Forces Server
-# Whom: nik@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= stvef-server
-PORTVERSION= 1.20
-PORTREVISION= 3
-CATEGORIES= games linux
-MASTER_SITES= ftp://ftp.multiplay.co.uk/pub/games/fps/eliteforce/patches/linux/
-DISTFILES= stvefLinuxDedicated120.zip
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Star Trek Voyager: Elite Forces dedicated server for Linux
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-ONLY_FOR_ARCHS= i386
-USE_ZIP= yes
-USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
-WRKSRC= ${WRKDIR}/Linux
-
-INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
-LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
-
-GAMEDIR= ${PREFIX}/games/stvef/
-
-# files which should be installed with executables perms
-EXECUTABLES= linuxstvefded_1.2-static linuxstvefded_1.2-glibc2.1.3
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/linuxstvefded_1.2-static
- ${BRANDELF} -t Linux ${WRKSRC}/linuxstvefded_1.2-glibc2.1.3
-
-do-install:
- ${MKDIR} ${GAMEDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/linuxstvefded_1.2-static ${GAMEDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/linuxstvefded_1.2-glibc2.1.3 ${GAMEDIR}
- ${INSTALL_MAN} ${WRKSRC}/readme.txt ${GAMEDIR}
- ${MKDIR} ${GAMEDIR}/baseEF
- ${INSTALL_DATA} ${WRKSRC}/baseEF/server.cfg ${GAMEDIR}/baseEF
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>