diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /games/stvef-server | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'games/stvef-server')
-rw-r--r-- | games/stvef-server/Makefile | 14 | ||||
-rw-r--r-- | games/stvef-server/pkg-plist | 12 |
2 files changed, 14 insertions, 12 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile index 0232ab3316c0..a3da8be781c4 100644 --- a/games/stvef-server/Makefile +++ b/games/stvef-server/Makefile @@ -6,7 +6,7 @@ PORTNAME= stvef-server PORTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= ftp.multiplay.co.uk/pub/games/fps/eliteforce/patches/linux/ \ ftp://3dgamers.in-span.net/pub/3dgamers/games/stveliteforce/ @@ -17,20 +17,22 @@ COMMENT= Star Trek Voyager: Elite Forces dedicated server for Linux ONLY_FOR_ARCHS= i386 USE_ZIP= yes -USE_LINUX_PREFIX= yes -USE_LINUX?= yes -NO_BUILD= yes +USE_LINUX= yes +USE_X_PREFIX= 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/ +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} diff --git a/games/stvef-server/pkg-plist b/games/stvef-server/pkg-plist index 063c006ad23a..8375a0b53c51 100644 --- a/games/stvef-server/pkg-plist +++ b/games/stvef-server/pkg-plist @@ -1,6 +1,6 @@ -usr/games/stvef/linuxstvefded_1.2-glibc2.1.3 -usr/games/stvef/linuxstvefded_1.2-static -usr/games/stvef/readme.txt -usr/games/stvef/baseEF/server.cfg -@dirrm usr/games/stvef/baseEF -@dirrm usr/games/stvef +games/stvef/linuxstvefded_1.2-glibc2.1.3 +games/stvef/linuxstvefded_1.2-static +games/stvef/readme.txt +games/stvef/baseEF/server.cfg +@dirrm games/stvef/baseEF +@dirrm games/stvef |