1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Switch to use lua 5.2

This commit is contained in:
Baptiste Daroussin 2014-01-25 23:25:14 +00:00
parent f15ec8e8e4
commit 5028f279cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341137

View File

@ -3,11 +3,12 @@
PORTNAME= pushover
PORTVERSION= 0.0.5
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A puzzle game where the goal is to push over all dominoes
COMMENT= Puzzle game where the goal is to push over all dominoes
LICENSE= GPLv3
@ -15,10 +16,9 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_SDL= sdl mixer ttf
USE_LUA= 5.1
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig lua
PORTDOCS= *
PORTDATA= *
@ -33,6 +33,6 @@ DESKTOP_ENTRIES="Pushover" \
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|lua5.1|lua-${LUA_VER}|' ${WRKSRC}/configure
.include <bsd.port.mk>