summaryrefslogtreecommitdiff
path: root/games/utserver/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-17 22:16:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-17 22:16:02 +0000
commitcd7ed93eaa2f9851a3c9508162c35860bbfaaf31 (patch)
tree2436bb70a84b83a1a01d999017957f830140e738 /games/utserver/Makefile
parentre-enable DVD read support since libdvdread was updated to 0.9.2 (diff)
o SDL library is required by the ucc binary used during build time
(BUILD_DEPENDS) o some additional files which should be executable Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48893
Diffstat (limited to '')
-rw-r--r--games/utserver/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile
index e3d369ffc3a6..999fc705e143 100644
--- a/games/utserver/Makefile
+++ b/games/utserver/Makefile
@@ -22,6 +22,7 @@ EXTRACT_ONLY= ut-server-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= matuska@wu-wien.ac.at
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
+BUILD_DEPENDS= ${RUN_DEPENDS}
ONLY_FOR_ARCHS= i386
USE_LINUX_PREFIX= yes
@@ -36,7 +37,8 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
SORT?= /usr/bin/sort
# files which should be installed with executable perms
-EXECUTABLES= ucc ucc-bin
+EXECUTABLES= ucc ucc-bin ngStatsUT ngStatsUT.exe ngWorldStats \
+ ngWorldStats.exe
post-extract:
.for file in ${DISTFILES:S/${EXTRACT_ONLY}//}