mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
26 lines
435 B
Makefile
26 lines
435 B
Makefile
PORTNAME= Data-Netlib
|
|
DISTVERSIONPREFIX= releases/
|
|
DISTVERSION= 1.2.11
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= coin-or-
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= COIN-OR netlib models
|
|
WWW= https://www.coin-or.org/ \
|
|
https://github.com/coin-or-tools/Data-Netlib
|
|
|
|
LICENSE= EPL
|
|
|
|
USES= gmake tar:tgz
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= coin-or-tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/coin
|
|
|
|
.include <bsd.port.mk>
|