aboutsummaryrefslogtreecommitdiff
path: root/math/flopc++/Makefile
blob: e6f0d50e8a0c8374ecbfd79badbf6d3c6dbf47bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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++
WWW=		https://projects.coin-or.org/FlopC++

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>