Files
ports/math/symphony/Makefile
Yuri Victorovich dff68fc9fb math/symphony: Change dependency math/coinmp -> math/cbc
CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
2021-05-02 16:19:10 -07:00

26 lines
500 B
Makefile

PORTNAME= symphony
DISTVERSIONPREFIX= releases/
DISTVERSION= 5.6.17
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Solver and development framework for mixed-integer linear programs
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE
LIB_DEPENDS= libCbc.so:math/cbc
USES= gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= SYMPHONY
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>