fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
38 lines
800 B
Makefile
38 lines
800 B
Makefile
# New ports collection makefile for: bzflag
|
|
# Date created: 2000/08/12
|
|
# Whom: makeport.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzflag
|
|
PORTVERSION= 2.0.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= A multiplayer 3D tank battle game
|
|
|
|
LIB_DEPENDS= curl.6:${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}
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
AUTOHEADER="${TRUE}"
|
|
|
|
MAN5= bzw.5
|
|
MAN6= bzadmin.6 bzflag.6 bzfquery.6 bzfs.6
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@LINUX_TRUE@||g ; \
|
|
s|@LINUX_FALSE@|#|g' ${WRKSRC}/src/platform/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|