1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/bonmin/Makefile
Yuri Victorovich 068565690b math/bonmin: Update 1.8.7 -> 1.8.8
Reported by:	portscout
2020-02-01 16:33:47 +00:00

30 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= bonmin
DISTVERSIONPREFIX= releases/
DISTVERSION= 1.8.8
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Basic Open-source Nonlinear Mixed INteger programming
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE
LIB_DEPENDS= libCbc.so:math/coinmp \
libipopt.so:math/ipopt
USES= blaslapack:netlib gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= Bonmin
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= test
.include <bsd.port.mk>