freebsd-ports/games/biloba/Makefile
Andrej Zverev e9d3601dba Biloba is a turn-based game for 2 to 4 players.
PR:		ports/86846
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	sem (mentor)
2005-10-04 12:07:06 +00:00

27 lines
602 B
Makefile

# New ports collection makefile for: biloba
# Date created: 02 Oct 2005
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#
PORTNAME= biloba
PORTVERSION= 0.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= amdmi3@mail.ru
COMMENT= A strategy board game for 2 to 4 players
USE_SDL= image sdl
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/src/Makefile.server
.include <bsd.port.mk>