diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-11-11 17:07:11 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-11-11 17:07:11 +0000 |
commit | bddb64464bc2152512e7662a836057fe26776906 (patch) | |
tree | 1ecec446a9c99529ed12b7fe34630094c8bf50c6 | |
parent | 2a434449f02f1aea1d5d53ab66d2fe39950c72de (diff) | |
download | ports-bddb64464bc2152512e7662a836057fe26776906.tar.gz ports-bddb64464bc2152512e7662a836057fe26776906.zip |
- Update ltris to 1.0.19
- Enable STAGE support
Notes
Notes:
svn path=/head/; revision=333523
-rw-r--r-- | games/ltris/Makefile | 13 | ||||
-rw-r--r-- | games/ltris/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index d556e01259cd..1f0193dc669f 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ltris -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.19 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} @@ -11,13 +11,12 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Tetris clone but a good one with bunch of cool features USE_SDL= mixer sdl -USE_GMAKE= yes GNU_CONFIGURE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=${DATADIR} -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -36,9 +35,9 @@ post-patch: ${WRKSRC}/src/sdl.h ${WRKSRC}/src/tools.h post-install: - @${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME} - @${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} - @${CHMOD} 0664 ${DATADIR}/${PORTNAME}.hscr - @${CHOWN} root:games ${DATADIR}/${PORTNAME}.hscr + @${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${CHOWN} root:games ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${CHMOD} 0664 ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr + @${CHOWN} root:games ${STAGEDIR}${DATADIR}/${PORTNAME}.hscr .include <bsd.port.mk> diff --git a/games/ltris/distinfo b/games/ltris/distinfo index d7392de709c5..9667c6393189 100644 --- a/games/ltris/distinfo +++ b/games/ltris/distinfo @@ -1,2 +1,2 @@ -SHA256 (ltris-1.0.18.tar.gz) = 3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30 -SIZE (ltris-1.0.18.tar.gz) = 856016 +SHA256 (ltris-1.0.19.tar.gz) = 8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1 +SIZE (ltris-1.0.19.tar.gz) = 883543 |