From e86f3aabd14b4252313cddd0d16a1017963d1f4d Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 30 Jun 2000 22:44:04 +0000 Subject: 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 --- games/rtb/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games/rtb/Makefile (limited to 'games/rtb/Makefile') 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 +# +# $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 -- cgit v1.2.3