mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update ltris to 1.0.19
- Enable STAGE support
This commit is contained in:
parent
2a434449f0
commit
bddb64464b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333523
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user