2003-07-03 15:57:45 -04:00
|
|
|
# New ports collection makefile for: taxipilot
|
|
|
|
# Date created: 2003-07-03
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= taxipilot
|
|
|
|
PORTVERSION= 0.8.5
|
|
|
|
CATEGORIES= games kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= taxipilot
|
|
|
|
|
2003-10-20 15:45:53 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-03 15:57:45 -04:00
|
|
|
COMMENT= A Spacetaxi clone
|
|
|
|
|
2003-07-04 04:31:52 -04:00
|
|
|
LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3
|
|
|
|
|
2003-07-03 15:57:45 -04:00
|
|
|
USE_KDELIBS_VER= 3
|
2003-11-20 14:13:28 -05:00
|
|
|
USE_AUTOMAKE= yes
|
2003-07-03 15:57:45 -04:00
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-12-21 18:53:55 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|