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
|
2012-08-10 19:24:12 +02:00
|
|
|
PORTVERSION= 2.4.0
|
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
|
|
|
|
2012-08-10 20:21:57 +02:00
|
|
|
MAINTAINER= kevinz5000@gmail.com
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A multiplayer 3D tank battle game
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2012-08-10 19:24:12 +02:00
|
|
|
LIB_DEPENDS= curl:${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
|
2012-08-10 19:24:12 +02:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2000-08-12 03:10:45 +02:00
|
|
|
|
2005-01-19 13:04:29 +01:00
|
|
|
MAN5= bzw.5
|
2012-08-10 19:24:12 +02:00
|
|
|
MAN6= bzadmin.6 bzflag.6 bzfs.6
|
2000-08-12 02:28:05 +02:00
|
|
|
|
2007-10-04 03:02:44 +02:00
|
|
|
.include <bsd.port.mk>
|