1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/rtb/Makefile
Will Andrews e86f3aabd1 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>
2000-06-30 22:44:04 +00:00

24 lines
543 B
Makefile

# 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>