aboutsummaryrefslogtreecommitdiffstats
path: root/games/taxipilot/Makefile
blob: 9c446e691331aa85dc3832904087acdff5173a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    taxipilot
# Date created:             2003-07-03
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   taxipilot
PORTVERSION=    0.9.2
PORTREVISION=   2
PORTEPOCH=  1
CATEGORIES= games kde
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Spacetaxi clone

LIB_DEPENDS=    artsmodules.0:${PORTSDIR}/multimedia/kdemultimedia3

USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
CONFIGURE_ENV=  LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}"

.include <bsd.port.pre.mk>

post-install:
    -${RM} ${PREFIX}/share/apps/taxipilot/game_data/Makefile*

.include <bsd.port.post.mk>