summaryrefslogtreecommitdiff
path: root/math/coin-or-data-netlib/Makefile
blob: de02c5c67ad0d04c69fdeb401968bf9a7313f822 (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
PORTNAME=	Data-Netlib
DISTVERSIONPREFIX=	releases/
DISTVERSION=	1.2.11
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	COIN-OR netlib models
WWW=		https://www.coin-or.org/ \
		https://github.com/coin-or-tools/Data-Netlib

LICENSE=	EPL

USES=		gmake tar:tgz

USE_GITHUB=	yes
GH_ACCOUNT=	coin-or-tools

GNU_CONFIGURE=	yes

NO_BUILD=	yes
NO_ARCH=	yes

DATADIR=	${PREFIX}/share/coin

.include <bsd.port.mk>