1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/math/coin-or-data-netlib/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
341 B
Makefile

PORTNAME= Data-Netlib
DISTVERSION= 1.2.9
CATEGORIES= math
MASTER_SITES= https://www.coin-or.org/download/source/Data/
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= COIN-OR netlib models
LICENSE= EPL
USES= gmake tar:tgz
GNU_CONFIGURE= yes
NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${PREFIX}/share/coin
.include <bsd.port.mk>