mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4885192f53
Reported by: portscout
23 lines
354 B
Makefile
23 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= EPL
|
|
|
|
USES= gmake tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/coin
|
|
|
|
.include <bsd.port.mk>
|