diff options
author | danilo <danilo@FreeBSD.org> | 2014-06-13 23:22:27 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-06-13 23:22:27 +0800 |
commit | 165a8af2559f6dce6b335325700d184eb79011d7 (patch) | |
tree | 6738aafaedae566adef663066e7217ae55efdba3 /games | |
parent | adade858cd80239d796789f51b358a56b0637460 (diff) | |
download | freebsd-ports-graphics-165a8af2559f6dce6b335325700d184eb79011d7.tar.gz freebsd-ports-graphics-165a8af2559f6dce6b335325700d184eb79011d7.tar.zst freebsd-ports-graphics-165a8af2559f6dce6b335325700d184eb79011d7.zip |
- Update MASTER_SITES
- Remove BROKEN
- Pass maintainership to submitter
- Add stage support
- Improve WWW
PR: ports/190986
Submitted by: craig001@lerwick.hopto.org
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-nerogame/Makefile | 30 | ||||
-rw-r--r-- | games/linux-nerogame/pkg-descr | 2 |
2 files changed, 13 insertions, 19 deletions
diff --git a/games/linux-nerogame/Makefile b/games/linux-nerogame/Makefile index ecb1dca1871..b7cefbed9cc 100644 --- a/games/linux-nerogame/Makefile +++ b/games/linux-nerogame/Makefile @@ -4,15 +4,13 @@ PORTNAME= nerogame PORTVERSION= 2.0 CATEGORIES= games linux -MASTER_SITES= http://z.cs.utexas.edu/users/nn/nero/downloads/ +MASTER_SITES= SF/nero.mirror PKGNAMEPREFIX= linux- DISTNAME= nero2_linux_i386 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= craig001@lerwick.hopto.org COMMENT= Neuro evolving robotic operatives the game -BROKEN= Unfetchable - USE_LINUX= yes USE_LINUX_APPS= libvorbis sdl12 libtheora NO_BUILD= yes @@ -25,7 +23,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_DEFINE= NVIDIA NVIDIA_DESC= Nvidia support -NO_STAGE= yes .include <bsd.port.options.mk> .include <bsd.port.pre.mk> @@ -43,24 +40,21 @@ USE_LINUX_APPS+=dri do-install: ${BRANDELF} -t Linux ${WRKSRC}/nero.bin - ${INSTALL_PROGRAM} ${WRKSRC}/nero.bin ${PREFIX}/libexec/${PKGNAMEPREFIX}${PORTNAME} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/nero.bin ${STAGEDIR}${PREFIX}/libexec/${PKGNAMEPREFIX}${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} - @${MKDIR} ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/libopenal.so ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/libopenal.so ${STAGEDIR}${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} .for DIRE in common nero - @${MKDIR} ${PREFIX}/${DATADIR}/${DIRE} + @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}/${DIRE} @cd ${WRKSRC}/${DIRE} && \ - ${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${DATADIR}/${DIRE}/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${DATADIR}/${DIRE}/{}" \; + ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/${DATADIR}/${DIRE}/{}" \; && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${PREFIX}/${DATADIR}/${DIRE}/{}" \; .endfor - ${INSTALL_DATA} ${WRKSRC}/main.cs ${PREFIX}/${DATADIR} - - @${MKDIR} ${PREFIX}/${DATADIR}/lib - ${LN} -s ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}/libopenal.so ${PREFIX}/${DATADIR}/lib/libopenal.so + ${INSTALL_DATA} ${WRKSRC}/main.cs ${STAGEDIR}${PREFIX}/${DATADIR} -post-install: - ${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}/lib + ${LN} -s ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}/libopenal.so ${STAGEDIR}${PREFIX}/${DATADIR}/lib/libopenal.so .include <bsd.port.post.mk> diff --git a/games/linux-nerogame/pkg-descr b/games/linux-nerogame/pkg-descr index 85bb086b57d..69e19e3eda0 100644 --- a/games/linux-nerogame/pkg-descr +++ b/games/linux-nerogame/pkg-descr @@ -6,4 +6,4 @@ then pit them against your friends' teams in online competitions!. New features in NERO 2.0 include an interactive game mode called territory capture, as well as a new user interface and more extensive training tools. -WWW: http://www.nerogame.org/ +WWW: http://www.nerogame.org/ |