blob: bad46c9c80de6b6d19ff81be9c302963e1ebd8c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= isoband
PORTVERSION= 0.2.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids
LICENSE= MIT
USES= cran:auto-plist,compiles compiler:c++11-lang
.include <bsd.port.mk>
|