2005-10-04 14:07:06 +02:00
|
|
|
# New ports collection makefile for: biloba
|
|
|
|
# Date created: 02 Oct 2005
|
|
|
|
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biloba
|
2006-02-06 13:40:24 +01:00
|
|
|
PORTVERSION= 0.4
|
2006-09-20 13:21:59 +02:00
|
|
|
PORTREVISION= 1
|
2005-10-04 14:07:06 +02:00
|
|
|
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
|
|
|
|
|
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>
|