mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
068565690b
Reported by: portscout
30 lines
544 B
Makefile
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>
|