summaryrefslogtreecommitdiff
path: root/games/bomberclone/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-07-29 01:44:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-07-29 01:44:36 +0000
commit44860871a8733a97c14919ea55e3166512cad5ff (patch)
treeced9a6e61b40bfb6e075b702a7f252fc75f352ab /games/bomberclone/Makefile
parentBackout to 0.9.3. I committed working port by mistake (diff)
Upgrade to version 0.10.0
Notes
Notes: svn path=/head/; revision=85800
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r--games/bomberclone/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index 8a2702797a97..3b15bb758749 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -6,12 +6,10 @@
#
PORTNAME= bomberclone
-PORTVERSION= 0.9.9
+PORTVERSION= 0.10.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \
- ${PORTNAME}-data-0.7.tar.bz2
MAINTAINER= edwin@mavetju.org
COMMENT= Reimplementation of Atomic Bomber Man
@@ -34,13 +32,12 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
post-extract:
- ${RM} -rf ${WRKDIR}/data/tileset/default/.xvpics
-
-post-install:
- ${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
+ ${RM} -rf ${WRKSRC}/data/tileset/cemetery/.xvpics
+ ${RM} -rf ${WRKSRC}/data/tileset/hell/.xvpics
+ ${CHMOD} 755 ${WRKSRC}/data/tileset/cemetery
+ ${CHMOD} 755 ${WRKSRC}/data/tileset/farm
+ ${CHMOD} 755 ${WRKSRC}/data/tileset/hell
+ ${CHMOD} 755 ${WRKSRC}/data/tileset/sheep
+ ${CHMOD} 755 ${WRKSRC}/data/tileset/supermario
.include <bsd.port.mk>