freebsd-ports/math/gambit/Makefile
Yuri Victorovich 5def8ab192 math/gambit: Update 15.1.1 -> 16.0.1
Reported by:	portscout
2018-12-01 17:37:57 +00:00

28 lines
644 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gambit
DISTVERSION= 16.0.1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library of tools for doing computation in game theory
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lib gnome
GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_WX= 3.0
USE_CXXSTD= c++11
WX_CONF_ARGS= absolute
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>