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
|
2008-02-19 07:53:22 +01:00
|
|
|
PORTVERSION= 0.2007.12.04
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2003-02-09 06:23:06 +01:00
|
|
|
CATEGORIES= math
|
2008-02-19 07:53:22 +01:00
|
|
|
MASTER_SITES= SF
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2008-02-26 21:20:10 +01:00
|
|
|
MAINTAINER= gahr@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
|
|
|
|
2005-07-05 07:14:34 +02:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2008-02-19 07:53:22 +01:00
|
|
|
USE_WX= 2.6+
|
2007-06-29 10:32:43 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-12-01 08:39:02 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-05 07:14:34 +02:00
|
|
|
|
|
|
|
CPPFLAGS= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= ${PTHREAD_LIBS}
|
2006-07-27 23:01:42 +02:00
|
|
|
.if !defined(CFLAGS) || ${CFLAGS:M-fno-strict-aliasing*} == ""
|
|
|
|
CFLAGS+= -O2 -fno-strict-aliasing
|
|
|
|
.endif
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2005-12-18 11:37:15 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
|
|
|
|
|
2008-02-26 21:20:10 +01:00
|
|
|
.include <bsd.port.mk>
|