diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-16 07:22:08 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-16 07:22:08 +0000 |
| commit | c03b1a0bb112fa84dd0c40ba7f4aaa73fea0f650 (patch) | |
| tree | ed77b1808ec31da578dceeb7123b3e95dd3760d5 /math/cgl/Makefile | |
| parent | 5532e65810d8bafa5f1da832834bff6f68b94298 (diff) | |
Notes
Diffstat (limited to 'math/cgl/Makefile')
| -rw-r--r-- | math/cgl/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/math/cgl/Makefile b/math/cgl/Makefile new file mode 100644 index 000000000000..2996ca932529 --- /dev/null +++ b/math/cgl/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= cgl +DISTVERSIONPREFIX= releases/ +DISTVERSION= 0.59.10 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collection of cut generators for COIN-OR packages that use cuts + +LICENSE= EPL + +LIB_DEPENDS= libblas.so:math/blas \ + libClp.so:math/clp \ + liblapack.so:math/lapack + +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= Cgl +USE_LDCONFIG= yes + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCgl.so.* + +.include <bsd.port.mk> |
