aboutsummaryrefslogtreecommitdiffstats
path: root/games/utserver
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-18 06:16:02 +0800
committerlioux <lioux@FreeBSD.org>2001-10-18 06:16:02 +0800
commit1bea2a29cc62395a53ec3c7a98e819293e63121a (patch)
tree9d4462d0568bc5afa03c874a354d71e2662bfa3c /games/utserver
parentd6dd44937792342c07ac9734588c4367432584f2 (diff)
downloadfreebsd-ports-gnome-1bea2a29cc62395a53ec3c7a98e819293e63121a.tar.gz
freebsd-ports-gnome-1bea2a29cc62395a53ec3c7a98e819293e63121a.tar.zst
freebsd-ports-gnome-1bea2a29cc62395a53ec3c7a98e819293e63121a.zip
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
Diffstat (limited to 'games/utserver')
-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}//}