diff options
Diffstat (limited to 'math/R-RNetCDF/Makefile')
-rw-r--r-- | math/R-RNetCDF/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/R-RNetCDF/Makefile b/math/R-RNetCDF/Makefile new file mode 100644 index 00000000000..e7e0cdfd4ac --- /dev/null +++ b/math/R-RNetCDF/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2018/09/17 13:24:18 maya Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/ncdf/ +COMMENT= High-level R interface to Unidata's netCDF data files +LICENSE= gnu-gpl-v2 + +R_PKGNAME= RNetCDF +R_PKGVER= 1.9-1 + + +.include "../../math/R/Makefile.extension" +.include "../../devel/netcdf/buildlink3.mk" +.include "../../math/udunits/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |