2003-02-09 06:23:06 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gambit
|
|
|
|
# Date created: Feb 8, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gambit
|
2003-11-07 13:14:59 +01:00
|
|
|
PORTVERSION= 0.97.0.5
|
2004-11-07 23:37:47 +01:00
|
|
|
PORTREVISION= 3
|
2003-02-09 06:23:06 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A library of tools for doing computation in game theory
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2003-11-07 13:14:59 +01:00
|
|
|
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2003-11-07 13:14:59 +01:00
|
|
|
USE_X_PREFIX= yes
|
2003-02-09 06:23:06 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-07 13:14:59 +01:00
|
|
|
CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
|
|
|
|
MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|