diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 15:23:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 15:23:48 +0000 |
commit | b9bafb8b33710abd5145750a612f250dd0e19709 (patch) | |
tree | 6d81d9cb6619818da0cb12eb895b4947d7da7e0f /games/gish-demo/Makefile | |
parent | aeb514f96f04a9fb84291873df2f06d2441ab9d8 (diff) |
- Update to 1.4
PR; 108203
Submitted by: Jona Joachim <walkingshadow@grummel.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=186816
Diffstat (limited to 'games/gish-demo/Makefile')
-rw-r--r-- | games/gish-demo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/gish-demo/Makefile b/games/gish-demo/Makefile index b459bfd02726..ff33cfc56737 100644 --- a/games/gish-demo/Makefile +++ b/games/gish-demo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gish-demo -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= games linux MASTER_SITES= http://s159260531.onlinehome.us/demos/ DISTNAME= gishdemo @@ -16,8 +16,7 @@ COMMENT= A platform game with a gelatinous 12-pound ball of tar named Gish (Demo RUN_DEPENDS= ${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis \ ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal \ - ${LINUXBASE}/usr/lib/libalut.so.0:${PORTSDIR}/audio/linux-freealut \ - ${LINUXBASE}/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri + ${LINUXBASE}/usr/lib/libalut.so.0:${PORTSDIR}/audio/linux-freealut ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= is an i386 Linux binary @@ -27,6 +26,9 @@ DATADIR= ${PREFIX}/lib/${PORTNAME} SUB_FILES= rungish.sh SUB_LIST= LINUXBASE=${LINUXBASE} +pre-patch: + ${MV} ${WRKDIR}/gish\ demo ${WRKSRC} + do-install: ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/* ${DATADIR} |