1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/hsl/Makefile
Yuri Victorovich 929571103c math/hsl: update 2.2.3 → 2.2.4
Reported by:	portscout
2024-06-07 08:50:59 -07:00

31 lines
624 B
Makefile

PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.4
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.2 \
lib/libcoinhsl.so.2.2.4 \
libdata/pkgconfig/coinhsl.pc
.include <bsd.port.mk>