summaryrefslogtreecommitdiff
path: root/games/xpilot-ng/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 12:03:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 12:03:06 +0000
commitb6c071b44931f5201930c807bfa0bdbc3011f3ea (patch)
tree3561e6514c53f2ffc41c5798e50bd41924194c60 /games/xpilot-ng/Makefile
parent[patch][non-maintainer] add use_gmake to games/flightgear (diff)
New port: games/xpilot-ng
An enhanced version of games/xpilot. The two ports won't conflict, as I made this one use the -ng suffix. PR: ports/56690 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=89658
Diffstat (limited to 'games/xpilot-ng/Makefile')
-rw-r--r--games/xpilot-ng/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/xpilot-ng/Makefile b/games/xpilot-ng/Makefile
new file mode 100644
index 000000000000..c145dde72d7f
--- /dev/null
+++ b/games/xpilot-ng/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xpilot-ng
+# Date created: 11 Sep 2003
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xpilot-ng
+PORTVERSION= 4.5.4X2
+CATEGORIES= games
+MASTER_SITES= http://www.hut.fi/~ksoderbl/xpilot/
+DISTNAME= xpilot-${PORTVERSION}
+
+MAINTAINER= jylefort@brutele.be
+COMMENT= An enhanced version of XPilot
+
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ARGS= --program-suffix=-ng
+
+.include <bsd.port.mk>