summaryrefslogtreecommitdiff
path: root/games/bomberclone/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 09:06:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 09:06:12 +0000
commitc5a38c1caceca491a5d254be6feec8600eed27e1 (patch)
treee64e2f7e2e2609826e426450999bc9e665eba038 /games/bomberclone/Makefile
parentreset portrevision (diff)
Update to version 0.9.8
Notes
Notes: svn path=/head/; revision=80815
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r--games/bomberclone/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index 48439a1a6347..ce069e3ae8ba 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= bomberclone
-PORTVERSION= 0.9.7
+PORTVERSION= 0.9.8
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \
- ${PORTNAME}-data-0.5.tgz
+ ${PORTNAME}-data-0.6.tgz
MAINTAINER= edwin@mavetju.org
COMMENT= Reimplementation of Atomic Bomber Man
@@ -32,13 +32,17 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
post-extract:
- ${RM} -r ${WRKDIR}/data/bomberclone.gfx/CVS
+ ${RM} -rf ${WRKDIR}/data/tileset/default/.thumbnails
post-patch:
${REINPLACE_CMD} -e 's,@@LOCALBASE@@,${LOCALBASE},' \
${WRKSRC}/src/configuration.c
post-install:
- ${CP} -R ${WRKDIR}/data/bomberclone.gfx ${PREFIX}/share
+ ${MKDIR} ${PREFIX}/share/bomberclone
+ ${CP} -R ${WRKDIR}/data/gfx ${PREFIX}/share/bomberclone
+ ${CP} -R ${WRKDIR}/data/maps ${PREFIX}/share/bomberclone
+ ${CP} -R ${WRKDIR}/data/player ${PREFIX}/share/bomberclone
+ ${CP} -R ${WRKDIR}/data/tileset ${PREFIX}/share/bomberclone
.include <bsd.port.mk>