freebsd-ports/math/gambit/Makefile

33 lines
765 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= gambit
PORTVERSION= 15.1.0
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION}
2014-12-10 23:29:14 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of tools for doing computation in game theory
LICENSE= GPLv2
2015-04-13 21:18:36 +02:00
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep'
USES= compiler:c++11-lib
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
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>