1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/flopc++/Makefile
2021-05-11 18:39:41 -07:00

31 lines
578 B
Makefile

PORTNAME= flopc++
DISTVERSION= 1.2.5.20200527
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for solving Linear Optimization Problems in C++
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
libOsi.so:math/osi
USES= gmake libtool pkgconfig tar:tgz
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= FlopCpp
GH_TAGNAME= d4c1d98 # fix-clang branch
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/share
.include <bsd.port.mk>