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/atitd | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'games/atitd')
-rw-r--r-- | games/atitd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/atitd/Makefile b/games/atitd/Makefile index 4377c5fa0817..44d220448515 100644 --- a/games/atitd/Makefile +++ b/games/atitd/Makefile @@ -7,14 +7,14 @@ PORTNAME= atitd PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games graphics linux MASTER_SITES= http://www.atitd.com/ DISTNAME= eClient-linux.run EXTRACT_SUFX= EXTRACT_ONLY= -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Linux "A Tale in the Desert" (ATITD) client RUN_DEPENDS= ${X11BASE}/bin/xhost:${X_CLIENTS_PORT} @@ -28,7 +28,8 @@ RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so:${PORTSDIR}/graphics/linux_glx .endif PLIST_FILES= bin/atitd -USE_LINUX?= yes +USE_LINUX= yes +USE_X_PREFIX= yes USE_MESA= yes ONLY_FOR_ARCHS= i386 @@ -58,6 +59,7 @@ do-install: post-install: @${ECHO_MSG} "===> Fixing permissions." @${CHOWN} -R atitd:atitd ${PREFIX}/games/atitd + @${BRANDELF} -t Linux ${PREFIX}/games/atitd/elaunch @${CHMOD} ug+s ${PREFIX}/games/atitd/elaunch ${INSTALL_SCRIPT} ${WRKSRC}/atitd.sh ${PREFIX}/bin/atitd @${ECHO_MSG} "===> Running the post-install script." |