blob: 413d5c0e50e7ca77d309c13c87f66247f45ade0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: RealTimeBattle
# Date created: 30 June 2000
# Whom: Dishanker Rajakulendren <draj@oceanfree.net>
#
# $FreeBSD$
#
PORTNAME= RealTimeBattle
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.lysator.liu.se/realtimebattle/Download/
MAINTAINER= draj@oceanfree.net
COMMENT= Robot programming game for UNIX
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-debug
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
.include <bsd.port.post.mk>
|