blob: 8eeb892231b3125d5dca2837a3b7ddac590cd107 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
MAINTAINER= arved@FreeBSD.org
COMMENT= A Spacetaxi clone
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
.include <bsd.port.mk>
|