freebsd-ports/math/coin-or-data-sample/Makefile

22 lines
354 B
Makefile

# $FreeBSD$
PORTNAME= Data-Sample
DISTVERSION= 1.2.11
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>