diff --git a/math/lemon/Makefile b/math/lemon/Makefile index 88eaf2f6737a..d21453ebf93c 100644 --- a/math/lemon/Makefile +++ b/math/lemon/Makefile @@ -1,33 +1,37 @@ PORTNAME= lemon DISTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://lemon.cs.elte.hu/pub/sources/ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Library for Efficient Modeling and Optimization in Networks LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libCbc.so:math/cbc +LIB_DEPENDS= libCbc.so:math/cbc \ + libCgl.so:math/cgl \ + libClp.so:math/clp \ + libCoinUtils.so:math/coinutils \ + libOsi.so:math/osi USES= cmake USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CONFLICTS_BUILD= SoPlex # Incompatible with SoPlex-4.0.0 optional dependency: https://lemon.cs.elte.hu/trac/lemon/ticket/616 OPTIONS_DEFINE= GLPK OPTIONS_DEFAULT= GLPK GLPK_DESC= Build with GLPK solver GLPK_CMAKE_BOOL= LEMON_ENABLE_GLPK GLPK_LIB_DEPENDS= libglpk.so:math/glpk post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-0.x-to-1.x.sh .include diff --git a/math/lemon/pkg-descr b/math/lemon/pkg-descr index 9f3b5eddd02d..800a4484bf85 100644 --- a/math/lemon/pkg-descr +++ b/math/lemon/pkg-descr @@ -1,9 +1,9 @@ Lemon is a C++ template library providing efficient implementations of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks. LEMON is a member of the COIN-OR initiative, a collection of OR related open source projects. You are free to use it in your commercial or non-commercial -applications under very permissive license terms. +applications under very permissive license terms. WWW: https://lemon.cs.elte.hu/trac/lemon/