summaryrefslogtreecommitdiff
path: root/games/fgkicker/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-15 08:44:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-15 08:44:31 +0000
commit39c70238235a10c8d2c7131bda38f0a1c9b56304 (patch)
tree0497a0a5b34f534628eace8788a611d089db91b1 /games/fgkicker/Makefile
parentAdd ircd-hybrid-ru 7.1, (diff)
Add fgkicker, a launcher frontent to FlightGear.
PR: ports/59838 Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes: svn path=/head/; revision=95861
Diffstat (limited to 'games/fgkicker/Makefile')
-rw-r--r--games/fgkicker/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/games/fgkicker/Makefile b/games/fgkicker/Makefile
new file mode 100644
index 000000000000..26f0bf742b11
--- /dev/null
+++ b/games/fgkicker/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: fgkicker
+# Date created: 30 November 2003
+# Whom: Erik Greenwald <erik@smluc.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fgkicker
+PORTVERSION= 0.4
+CATEGORIES= games
+MASTER_SITES= http://users.pandora.be/ceppe/linux/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= erik@smluc.org
+COMMENT= A launcher frontend for FlightGear
+
+RUN_DEPENDS= fgfs:${PORTSDIR}/games/flightgear
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20
+USE_GMAKE= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} "s|/usr/games/fgfs\",15|${PREFIX}/bin/fgfs\",511|" ${WRKSRC}/fgkicker.c
+ @${REINPLACE_CMD} "s|-fmessage-length=0|| ; s|-O0|${CFLAGS}|" ${WRKSRC}/fgkicker.mak
+
+do-build:
+ (cd ${WRKSRC} && ${GMAKE} -f ${PORTNAME}.mak ${PORTNAME})
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>