1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/biloba/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

37 lines
765 B
Makefile

# New ports collection makefile for: biloba
# Date created: 02 Oct 2005
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= biloba
PORTVERSION= 0.6
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A strategy board game for 2 to 4 players
USE_SDL= image mixer sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
DESKTOP_ENTRIES="Biloba" \
"A strategy board game for 2 to 4 players" \
"${DATADIR}/biloba_icon.png" \
"biloba" \
"Game;LogicGame;" \
false
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/src/Makefile.server
post-install:
${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${DATADIR}/
.include <bsd.port.mk>