pkgsrc/geography/R-rnaturalearthdata/Makefile
brook 39cdecde4c geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0
Vector map data from <http://www.naturalearthdata.com/>. Access
functions are provided in the accompanying package 'rnaturalearth'.
2020-08-09 15:28:56 +00:00

15 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/09 15:28:57 brook Exp $
R_PKGNAME= rnaturalearthdata
R_PKGVER= 0.1.0
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= World Vector Map Data from Natural Earth Used in 'rnaturalearth'
LICENSE= cc0-1.0-universal
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"