1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/coin-or-data-sample/Makefile
Yuri Victorovich 4885192f53 math/coin-or-data-sample: Update 1.2.11 -> 1.2.12
Reported by:	portscout
2020-02-02 17:05:10 +00:00

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>