2005-10-04 14:07:06 +02:00
|
|
|
# New ports collection makefile for: biloba
|
|
|
|
# Date created: 02 Oct 2005
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-10-04 14:07:06 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biloba
|
2008-02-18 20:50:35 +01:00
|
|
|
PORTVERSION= 0.6
|
2005-10-04 14:07:06 +02:00
|
|
|
CATEGORIES= games
|
2008-02-18 20:50:35 +01:00
|
|
|
MASTER_SITES= SF
|
2005-10-04 14:07:06 +02:00
|
|
|
|
2006-12-21 21:41:33 +01:00
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
2005-10-04 14:07:06 +02:00
|
|
|
COMMENT= A strategy board game for 2 to 4 players
|
|
|
|
|
2006-02-09 11:10:26 +01:00
|
|
|
USE_SDL= image mixer sdl
|
2005-10-04 14:07:06 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
post-patch:
|
2006-02-06 13:40:24 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
|
2005-10-04 14:07:06 +02:00
|
|
|
${WRKSRC}/src/Makefile.server
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|