1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/gambit/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

23 lines
421 B
Makefile

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