summaryrefslogtreecommitdiff
path: root/geography/R-rnaturalearthhires/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/R-rnaturalearthhires/Makefile')
-rw-r--r--geography/R-rnaturalearthhires/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/geography/R-rnaturalearthhires/Makefile b/geography/R-rnaturalearthhires/Makefile
new file mode 100644
index 00000000000..a7ad6e430c2
--- /dev/null
+++ b/geography/R-rnaturalearthhires/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:38:15 brook Exp $
+
+# This is an R package but not from CRAN. Therefore, it does not
+# entirely follow the normal structure of an R package.
+
+GITHUB_PROJECT= rnaturalearthhires
+GITHUB_TAG= 7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+DISTNAME= 7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+
+R_PKGNAME= rnaturalearthhires
+R_PKGVER= 0.2.0
+
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ropensci/}
+EXTRACT_SUFX= .zip
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ropensci/rnaturalearthhires/
+COMMENT= High Resolution World Vector Map Data from Natural Earth
+LICENSE= cc0-1.0-universal
+
+WRKSRC= ${WRKDIR}/rnaturalearthhires-7a3f0fc8d8d690fae044dd01eb2f14d3a75c92ed
+USE_LANGUAGES= # none
+
+DEPENDS+= R-sp>=1.0.15:../../math/R-sp
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"