freebsd-ports/math/hsl/Makefile

29 lines
570 B
Makefile

PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= COIN-OR autotools harness to build HSL linear solvers
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>