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