opnsense-ports/math/cgl/Makefile
Franco Fichtner de6a699e83 */*: sync with upstream
Taken from: HardenedBSD
2018-04-15 23:00:06 +02:00

27 lines
510 B
Makefile

# $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>