freebsd-ports/math/gambit/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

33 lines
856 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gambit
PORTVERSION= 15.1.0
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of tools for doing computation in game theory
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep'
BROKEN_armv7= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep'
USES= compiler:c++11-lib
USE_GNOME= gtk20
USE_WX= 3.0
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>