1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/games/biloba/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

31 lines
643 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= biloba
PORTVERSION= 0.9.3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Strategy board game for 2 to 4 players
GNU_CONFIGURE= yes
USES= gmake
USE_SDL= image mixer sdl
PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server
PORTDATA= *
DESKTOP_ENTRIES="Biloba" \
"A strategy board game for 2 to 4 players" \
"${DATADIR}/biloba_icon.png" \
"biloba" \
"Game;LogicGame;" \
false
post-install:
${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>