aboutsummaryrefslogtreecommitdiffstats
path: root/games/bomberclone/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-08-16 06:05:00 +0800
committeredwin <edwin@FreeBSD.org>2006-08-16 06:05:00 +0800
commit79cd50355a6383e21b0e674376e992efe95a70f8 (patch)
treeb0ece0852d578f9a3d3c9f1dea6c8954af918ae3 /games/bomberclone/Makefile
parentd8abb40716ab1f74a4294650bad68a4d74d97e64 (diff)
downloadfreebsd-ports-gnome-79cd50355a6383e21b0e674376e992efe95a70f8.tar.gz
freebsd-ports-gnome-79cd50355a6383e21b0e674376e992efe95a70f8.tar.zst
freebsd-ports-gnome-79cd50355a6383e21b0e674376e992efe95a70f8.zip
Update to 0.11.7
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r--games/bomberclone/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index c4671e02fbcd..12f47e287b6f 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bomberclone
-PORTVERSION= 0.11.6.2
+PORTVERSION= 0.11.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,10 +16,14 @@ COMMENT= Reimplementation of Atomic Bomber Man
USE_SDL= image mixer sdl
GNU_CONFIGURE= yes
+USE_BZIP2= yes
USE_XLIB= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --target=""
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
+post-extract:
+ ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf ;
+
.include <bsd.port.mk>