diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-10-22 15:11:22 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-10-22 15:11:22 +0000 |
commit | 5b1edaa8b03256fedc72f6edba69be80d42dedbc (patch) | |
tree | b5662d19a69ff8ec771b5dcf5dc221fc6884460d /games/linux-steam | |
parent | 6bc8a730c85d67fe2d07e14938e49fa4afaa5526 (diff) |
Notes
Diffstat (limited to 'games/linux-steam')
-rw-r--r-- | games/linux-steam/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index e98080226aec..8036ac104bc7 100644 --- a/games/linux-steam/Makefile +++ b/games/linux-steam/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= linux- MAINTAINER= ports@FreeBSD.org COMMENT= Half Life dedicated server running on steam +BUILD_DEPENDS= ${LINUX_BASE_PORT} + IS_INTERACTIVE= yes USE_LINUX= yes USE_X_PREFIX= yes @@ -28,6 +30,7 @@ pre-everything:: @ ${ECHO_MSG} "You can use the INSTALLDIR option to change the install dir" do-build: + @ ${BRANDELF} -t Linux ${WRKDIR}/hldsupdatetool.bin @ ${CHMOD} +x ${WRKDIR}/hldsupdatetool.bin && cd ${WRKDIR} && ./hldsupdatetool.bin @ ${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} |