2000-08-12 02:28:05 +02:00
|
|
|
# New ports collection makefile for: bzflag
|
|
|
|
# Date created: 2000/08/12
|
|
|
|
# Whom: makeport.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bzflag
|
2010-05-25 14:07:54 +02:00
|
|
|
PORTVERSION= 2.0.16
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 1
|
2000-08-12 02:28:05 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2003-12-11 21:20:13 +01:00
|
|
|
MAINTAINER= chuck@pkix.net
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A multiplayer 3D tank battle game
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
2005-01-19 13:04:29 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_SDL= yes
|
2003-12-11 15:23:16 +01:00
|
|
|
USE_GL= yes
|
2003-07-02 09:36:55 +02:00
|
|
|
USE_GMAKE= yes
|
2004-12-23 05:58:56 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2003-12-11 15:23:16 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2003-07-02 09:36:55 +02:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2000-08-12 03:10:45 +02:00
|
|
|
|
2005-01-19 13:04:29 +01:00
|
|
|
MAN5= bzw.5
|
|
|
|
MAN6= bzadmin.6 bzflag.6 bzfquery.6 bzfs.6
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2003-07-02 09:36:55 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|@LINUX_TRUE@||g ; \
|
|
|
|
s|@LINUX_FALSE@|#|g' ${WRKSRC}/src/platform/Makefile.in
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2007-10-04 03:02:44 +02:00
|
|
|
.include <bsd.port.mk>
|