aboutsummaryrefslogtreecommitdiff
path: root/math/coin-or-data-sample/Makefile
blob: 9bc4ad383b6aaa3e2c2b71cfd9c0124b2f188b1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Data-Sample
DISTVERSION=	1.2.12
CATEGORIES=	math
MASTER_SITES=	https://www.coin-or.org/download/source/Data/
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	COIN-OR data samples
WWW=		https://www.coin-or.org/

LICENSE=	EPL

USES=		gmake tar:tgz
GNU_CONFIGURE=	yes

NO_BUILD=	yes
NO_ARCH=	yes

DATADIR=	${PREFIX}/share/coin

.include <bsd.port.mk>