2006-05-31 15:48:58 +02:00
|
|
|
# New ports collection makefile for: zatacka
|
|
|
|
# Date created: 26 Mar 2006
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-05-31 15:48:58 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zatacka
|
2007-12-18 19:50:21 +01:00
|
|
|
PORTVERSION= 0.1.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2006-05-31 15:48:58 +02:00
|
|
|
CATEGORIES= games
|
2007-08-12 13:08:22 +02:00
|
|
|
MASTER_SITES= SF
|
2006-05-31 15:48:58 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
|
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2006-05-31 15:48:58 +02:00
|
|
|
COMMENT= Nibbles-like multiplayer game
|
|
|
|
|
|
|
|
USE_SDL= sdl ttf image
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-12-18 19:50:21 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include"
|
2009-09-11 23:57:40 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Zatacka" \
|
|
|
|
"Nibbles-like multiplayer game" \
|
|
|
|
"" \
|
|
|
|
"zatacka" \
|
|
|
|
"Game;ArcadeGame;" \
|
|
|
|
false
|
2006-05-31 15:48:58 +02:00
|
|
|
|
|
|
|
post-patch:
|
2007-12-19 18:52:54 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|__linux__|__FreeBSD__|; s|\[30\]|[PATH_MAX]|' \
|
|
|
|
${WRKSRC}/src/main.cpp
|
2006-05-31 15:48:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|