From cd7ed93eaa2f9851a3c9508162c35860bbfaaf31 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 22:16:02 +0000 Subject: [PATCH] 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 --- games/utserver/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}//}