summaryrefslogtreecommitdiff
path: root/games/rtb/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-30 22:44:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-30 22:44:04 +0000
commite86f3aabd14b4252313cddd0d16a1017963d1f4d (patch)
tree2812c26fa3bc3d93148cb2c8bb7a371f6522c499 /games/rtb/Makefile
parentksnes9x is now hosted on MASTER_SITE_SOURCEFORGE. (diff)
Add RealTimeBattle, a programming game in which robots controlled by
programs coded in any language are fighting with each other. PR: 19610 Submitted by: Dishanker Rajakulendren <draj@oceanfree.net>
Notes
Notes: svn path=/head/; revision=30036
Diffstat (limited to 'games/rtb/Makefile')
-rw-r--r--games/rtb/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile
new file mode 100644
index 000000000000..0fc454b55af7
--- /dev/null
+++ b/games/rtb/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: RealTimeBattle
+# Date created: 30 June 2000
+# Whom: Dishanker Rajakulendren <draj@oceanfree.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RealTimeBattle
+PORTVERSION= 1.0.4
+CATEGORIES= games
+MASTER_SITES= http://www.lysator.liu.se/realtimebattle/Download/
+
+MAINTAINER= draj@oceanfree.net
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --enable-debug
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>