2003-07-03 21:57:45 +02:00
|
|
|
# New ports collection makefile for: taxipilot
|
|
|
|
# Date created: 2003-07-03
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= taxipilot
|
2005-04-07 15:38:36 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-04-08 10:47:14 +02:00
|
|
|
PORTEPOCH= 1
|
2003-07-03 21:57:45 +02:00
|
|
|
CATEGORIES= games kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= taxipilot
|
|
|
|
|
2003-10-20 21:45:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-03 21:57:45 +02:00
|
|
|
COMMENT= A Spacetaxi clone
|
|
|
|
|
2004-02-14 13:59:42 +01:00
|
|
|
LIB_DEPENDS= artsmodules.0:${PORTSDIR}/multimedia/kdemultimedia3
|
2003-07-04 10:31:52 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_KDELIBS_VER=3
|
2003-07-03 21:57:45 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-04-07 15:38:36 +02:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}"
|
2004-02-14 13:59:42 +01:00
|
|
|
|
2004-05-22 00:23:08 +02:00
|
|
|
.include <bsd.port.mk>
|