1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/gambit/Makefile
2013-12-12 09:37:51 +00:00

21 lines
391 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gambit
PORTVERSION= 13.1.1
CATEGORIES= math
MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A library of tools for doing computation in game theory
LICENSE= GPLv2
USE_GNOME= gtk20
USE_WX= 2.8
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
.include <bsd.port.mk>