blob: c538c9f371825c6718ba0a66b72261b5e4e34208 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: bzflag
# Date created: 2000/08/12
# Whom: makeport.pl
#
# $FreeBSD$
#
PORTNAME= bzflag
PORTVERSION= 2.4.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
MAINTAINER= kevinz5000@gmail.com
COMMENT= A multiplayer 3D tank battle game
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
USE_SDL= yes
USE_GL= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS}
MAN5= bzw.5
MAN6= bzadmin.6 bzflag.6 bzfs.6
.include <bsd.port.mk>
|