1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/math/bcps/Makefile
2023-04-23 09:09:58 +00:00

34 lines
648 B
Makefile

PORTNAME= bcps
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.99.2
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Branch, Constrain, and Price Software (BiCePS)
WWW= https://github.com/coin-or/CHiPPS-BiCePS
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Bcps/LICENSE
LIB_DEPENDS= libAlps.so:math/alps \
libCoinUtils.so:math/coinutils \
libopenblas.so:math/openblas
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= CHiPPS-BiCePS
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/share
.include <bsd.port.mk>