2000-07-01 00:44:04 +02:00
|
|
|
# New ports collection makefile for: RealTimeBattle
|
|
|
|
# Date created: 30 June 2000
|
|
|
|
# Whom: Dishanker Rajakulendren <draj@oceanfree.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= RealTimeBattle
|
|
|
|
PORTVERSION= 1.0.4
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-07-01 00:44:04 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.lysator.liu.se/realtimebattle/Download/
|
|
|
|
|
|
|
|
MAINTAINER= draj@oceanfree.net
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Robot programming game for UNIX
|
2000-07-01 00:44:04 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --enable-debug
|
|
|
|
|
2003-05-18 12:15:24 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|