mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e86f3aabd1
programs coded in any language are fighting with each other. PR: 19610 Submitted by: Dishanker Rajakulendren <draj@oceanfree.net>
24 lines
543 B
Makefile
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>
|