Tweak games/kreversi version 4.14.3
[dports.git] / games / pushover / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pushover
5 PORTVERSION=    0.0.5
6 PORTREVISION=   4
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/Pushover/${PORTVERSION}
9
10 MAINTAINER=     amdmi3@FreeBSD.org
11 COMMENT=        Puzzle game where the goal is to push over all dominoes
12
13 LICENSE=        GPLv3
14
15 LIB_DEPENDS=    libpng.so:graphics/png
16
17 GNU_CONFIGURE=  yes
18 USE_SDL=        sdl mixer ttf
19 CPPFLAGS+=      -I${LOCALBASE}/include
20 LDFLAGS+=       -L${LOCALBASE}/lib
21 USES=           gettext gmake pkgconfig lua
22
23 PORTDOCS=       *
24 PORTDATA=       *
25
26 DESKTOP_ENTRIES="Pushover" \
27                 "Push over all dominoes" \
28                 "${DATADIR}/pushover.ico" \
29                 "pushover" \
30                 "Game;LogicGame;" \
31                 false
32
33 OPTIONS_DEFINE= DOCS
34
35 post-patch:
36         @${REINPLACE_CMD} -e 's|lua5.1|lua-${LUA_VER}|' ${WRKSRC}/configure
37
38 .include <bsd.port.mk>