1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/couenne/Makefile
Yuri Victorovich cadf773460 math/couenne: Update 0.5.7 -> 0.5.8
Reported by:	portscout
2020-02-01 14:52:48 +00:00

29 lines
568 B
Makefile

# $FreeBSD$
PORTNAME= couenne
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.5.8
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Convex Over and Under Envelopes for NonliNear Estimation
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE
LIB_DEPENDS= libbonmin.so:math/bonmin \
libCbc.so:math/coinmp \
libipopt.so:math/ipopt
USES= blaslapack:netlib fortran gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= Couenne
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>