freebsd-ports/games/ltris/Makefile
Fernando Apesteguía 10a5676f29 games/ltris: update to 1.2.1
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/

 * fixed build failure with gcc 4.8
 * added training mode with optional zero gravity

PR:	248344
Submitted by:	marcel@herrbischoff.com (maintainer)
2020-07-30 07:06:07 +00:00

35 lines
840 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= ltris
PORTVERSION= 1.2.1
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}
MAINTAINER= marcel@herrbischoff.com
COMMENT= Tetris clone but a good one with bunch of cool features
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake localbase sdl
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/games
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} -e 's/\/icons/\/pixmaps/g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's/= @mixer_flag@/= @INTLLIBS@ @mixer_flag@/g ; \
s/--mode=666//g' ${WRKSRC}/src/Makefile.in
post-install:
${MV$} ${STAGEDIR}/var/games/ltris.hscr ${STAGEDIR}/var/games/ltris.hscr.sample
.include <bsd.port.mk>