39cdecde4c
Vector map data from <http://www.naturalearthdata.com/>. Access functions are provided in the accompanying package 'rnaturalearth'.
15 lines
403 B
Makefile
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"
|