Tweak games/blinken version 4.14.3
[dports.git] / games / zatacka / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2 # $FreeBSD$
3
4 PORTNAME=       zatacka
5 PORTVERSION=    0.1.8
6 PORTREVISION=   11
7 CATEGORIES=     games
8 MASTER_SITES=   SF
9 DISTNAME=       ${PORTNAME}-${PORTVERSION}_src
10
11 MAINTAINER=     amdmi3@FreeBSD.org
12 COMMENT=        Nibbles-like multiplayer game
13
14 GNU_CONFIGURE=  yes
15 USES=           gmake
16 USE_SDL=        sdl ttf image
17 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
18 CPPFLAGS+=      -I${LOCALBASE}/include
19
20 PLIST_FILES=    bin/${PORTNAME}
21 PORTDATA=       *
22
23 DESKTOP_ENTRIES="Zatacka" \
24                 "Nibbles-like multiplayer game" \
25                 "" \
26                 "zatacka" \
27                 "Game;ArcadeGame;" \
28                 false
29
30 post-patch:
31         @${REINPLACE_CMD} -e 's|__linux__|__FreeBSD__|; s|\[30\]|[PATH_MAX]|' \
32                 ${WRKSRC}/src/main.cpp
33
34 .include <bsd.port.mk>