54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
39 lines
897 B
Makefile
39 lines
897 B
Makefile
# New ports collection makefile for: bzflag
|
|
# Date created: 2000/08/12
|
|
# Whom: makeport.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzflag
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.20050930
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= A multiplayer 3D tank battle game
|
|
|
|
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
|
|
|
USE_BZIP2= yes
|
|
USE_SDL= yes
|
|
USE_GL= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5_BUILD=yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ENV= 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>
|