summaryrefslogtreecommitdiff
path: root/games/stvef-server/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-03-03 10:16:15 +0000
committerNik Clayton <nik@FreeBSD.org>2002-03-03 10:16:15 +0000
commitc5027b55e1e3e1b3d63c16a40667a2c9ac5be1c8 (patch)
tree6ea32e1b409da1b74ee7028a105cebc75617c3b5 /games/stvef-server/Makefile
parentUpdate stf-parse.c patch not to break multibyte fix (diff)
Star Trek Voyager: Elite Force for Linux dedicated server.
Sponsored by: Multiplay UK (www.multiplay.co.uk)
Notes
Notes: svn path=/head/; revision=55470
Diffstat (limited to 'games/stvef-server/Makefile')
-rw-r--r--games/stvef-server/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile
new file mode 100644
index 000000000000..62d41e42f227
--- /dev/null
+++ b/games/stvef-server/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: Star Trek Voyager: Elite Forces Server
+# Whom: nik@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= stvef-server
+PORTVERSION= 1.20
+CATEGORIES= games linux
+MASTER_SITES= ftp://3dgamers.in-span.net/pub/3dgamers/games/stveliteforce/
+DISTFILES= stveflinuxdedicated120.zip
+
+MAINTAINER= nik@FreeBSD.org
+
+ONLY_FOR_ARCHS= i386
+USE_LINUX_PREFIX= yes
+USE_ZIP= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/Linux
+STRIP=
+
+INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
+LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
+
+GAMEDIR= ${PREFIX}/usr/games/stvef/
+SORT?= /usr/bin/sort
+
+# files which should be installed with executables perms
+EXECUTABLES= linuxstvefded_1.2-static 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} -p ${GAMEDIR}/baseEF
+ ${INSTALL_DATA} ${WRKSRC}/baseEF/server.cfg ${GAMEDIR}/baseEF
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>