mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
29 lines
599 B
Makefile
29 lines
599 B
Makefile
PORTNAME= rehearse
|
|
DISTVERSION= g20190305
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= coin-or-
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Algebraic modeling library in C++ for linear optimization solvers
|
|
WWW= https://projects.coin-or.org/Rehearse
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libClp.so:math/clp \
|
|
libOsi.so:math/osi
|
|
|
|
USES= compiler:c++11-lang gmake libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= coin-or
|
|
GH_PROJECT= Rehearse
|
|
GH_TAGNAME= 31d12f8
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-stage:
|
|
@${RM} -r ${STAGEDIR}${LOCALBASE}/share/coin
|
|
|
|
.include <bsd.port.mk>
|