mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0b7540258b
PR: 271317 Reported by: uzsolt@uzsolt.hu
15 lines
345 B
Makefile
15 lines
345 B
Makefile
PORTNAME= isoband
|
|
PORTVERSION= 0.2.7
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids
|
|
WWW= https://cran.r-project.org/web/packages/isoband/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|