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
|
2008-02-18 19:50:35 +00:00
|
|
|
PORTVERSION= 0.6
|
2008-03-13 14:28:35 +00:00
|
|
|
PORTREVISION= 1
|
2005-10-04 12:07:06 +00:00
|
|
|
CATEGORIES= games
|
2008-02-18 19:50:35 +00:00
|
|
|
MASTER_SITES= SF
|
2005-10-04 12:07:06 +00:00
|
|
|
|
2008-06-19 17:28:24 +00:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
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
|
|
|
|
|
|
|
|
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>
|