aboutsummaryrefslogtreecommitdiff
path: root/games/sdl-ball/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-12 22:46:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-12 22:46:29 +0000
commit5398cff06be5788d657c6f9506c115d17b3c8ccb (patch)
tree97548db46f63923b5b906434000a271db53893a5 /games/sdl-ball/Makefile
parent5512daa0dc9d2c5791aa93272fbd6c2b74f0cdf1 (diff)
downloadports-5398cff06be5788d657c6f9506c115d17b3c8ccb.tar.gz
ports-5398cff06be5788d657c6f9506c115d17b3c8ccb.zip
- Update to 0.13
Notes
Notes: svn path=/head/; revision=222785
Diffstat (limited to 'games/sdl-ball/Makefile')
-rw-r--r--games/sdl-ball/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/sdl-ball/Makefile b/games/sdl-ball/Makefile
index 404d19f5a402..cd3f433df65d 100644
--- a/games/sdl-ball/Makefile
+++ b/games/sdl-ball/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdl-ball
-PORTVERSION= 0.11
+PORTVERSION= 0.13
CATEGORIES= games
MASTER_SITES= SF
@@ -16,16 +16,13 @@ COMMENT= Arkanoid/Breakout clone with pretty graphics
USE_BZIP2= yes
USE_SDL= sdl mixer image ttf
USE_GL= gl glu
+MAKE_ENV= DATADIR=${DATADIR}/
WRKSRC= ${WRKDIR}/${PORTNAME}
-post-patch:
- @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' \
- ${WRKSRC}/main.cpp ${WRKSRC}/menu.cpp
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sdl-ball ${PREFIX}/bin
${MKDIR} ${DATADIR}
- cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${DATADIR}
+ cd ${WRKSRC}/themes && ${COPYTREE_SHARE} . ${DATADIR}
.include <bsd.port.mk>