opnsense-ports/math/hsl/Makefile
Franco Fichtner 9db3b7b9ea */*: sync with upstream
Taken from: FreeBSD
2023-04-24 07:58:56 +02:00

31 lines
640 B
Makefile

PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= COIN-OR autotools harness to build HSL linear solvers
WWW= https://github.com/coin-or-tools/ThirdParty-HSL
LICENSE= EPL
USES= fortran gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or-tools
GH_PROJECT= ThirdParty-HSL
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= include/coin-or/hsl/CoinHslConfig.h \
lib/libcoinhsl.so \
lib/libcoinhsl.so.7 \
lib/libcoinhsl.so.7.2.1 \
libdata/pkgconfig/coinhsl.pc
.include <bsd.port.mk>