freebsd-ports/games/taxipilot/Makefile
Ade Lovett 91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00

33 lines
767 B
Makefile

# New ports collection makefile for: taxipilot
# Date created: 2003-07-03
# Whom: arved
#
# $FreeBSD$
PORTNAME= taxipilot
PORTVERSION= 0.9.01
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= taxipilot
MAINTAINER= ports@FreeBSD.org
COMMENT= A Spacetaxi clone
LIB_DEPENDS= artsmodules.0:${PORTSDIR}/multimedia/kdemultimedia3
USE_KDELIBS_VER= 3
USE_REINPLACE= yes
USE_GMAKE= yes
USE_AUTOCONF_VER= 253
USE_AUTOHEADER= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's| -pedantic||g ; \
s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/aclocal.m4
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>