aboutsummaryrefslogtreecommitdiff
path: root/math/hsl/Makefile
blob: 66db71ba67fb04c29307e9e4bf00ba596c47ca8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>