2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-10-04 14:07:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= biloba
|
2011-08-04 06:17:00 +02:00
|
|
|
PORTVERSION= 0.9.3
|
2013-01-23 16:00:18 +01:00
|
|
|
PORTREVISION= 3
|
2005-10-04 14:07:06 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}
|
2005-10-04 14:07:06 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Strategy board game for 2 to 4 players
|
2005-10-04 14:07:06 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-10-18 03:20:59 +02:00
|
|
|
USES= gmake
|
|
|
|
USE_SDL= image mixer sdl
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server
|
|
|
|
PORTDATA= *
|
2009-09-11 23:57:40 +02:00
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Biloba" \
|
|
|
|
"A strategy board game for 2 to 4 players" \
|
|
|
|
"${DATADIR}/biloba_icon.png" \
|
|
|
|
"biloba" \
|
|
|
|
"Game;LogicGame;" \
|
|
|
|
false
|
2005-10-04 14:07:06 +02:00
|
|
|
|
2009-09-11 23:57:40 +02:00
|
|
|
post-install:
|
2013-10-18 03:20:59 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${STAGEDIR}${DATADIR}/
|
2009-09-11 23:57:40 +02:00
|
|
|
|
2005-10-04 14:07:06 +02:00
|
|
|
.include <bsd.port.mk>
|