2013-06-24 12:42:25 +02:00
|
|
|
# Created by: ijliao
|
2003-02-09 06:23:06 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gambit
|
2016-07-19 22:32:09 +02:00
|
|
|
PORTVERSION= 15.1.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 2
|
2003-02-09 06:23:06 +01:00
|
|
|
CATEGORIES= math
|
2015-02-20 08:03:42 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION}
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2014-12-10 23:29:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Library of tools for doing computation in game theory
|
2003-02-09 06:23:06 +01:00
|
|
|
|
2013-06-24 12:42:25 +02:00
|
|
|
LICENSE= GPLv2
|
2015-04-13 21:18:36 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-06-24 12:42:25 +02:00
|
|
|
|
2017-05-27 17:07:11 +02:00
|
|
|
BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep'
|
|
|
|
|
2015-02-20 08:03:42 +01:00
|
|
|
USES= compiler:c++11-lib
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gtk20
|
2014-04-08 14:34:36 +02:00
|
|
|
USE_WX= 3.0
|
2015-04-11 08:40:09 +02:00
|
|
|
USE_CXXSTD= c++11
|
2015-02-20 08:03:42 +01:00
|
|
|
WX_CONF_ARGS= absolute
|
2013-06-24 12:42:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-02-20 08:03:42 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gambit.desktop \
|
|
|
|
${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/gui/bitmaps/gambit.xpm \
|
|
|
|
${STAGEDIR}${PREFIX}/share/pixmaps
|
2005-12-18 11:37:15 +01:00
|
|
|
|
2008-02-26 21:20:10 +01:00
|
|
|
.include <bsd.port.mk>
|