blob: 11f6ffcedba8ec56c87a20ddac9e9563414c18cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.1 2020/08/08 23:21:36 brook Exp $
R_PKGNAME= rosm
R_PKGVER= 0.2.5
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Plot Raster Map Tiles from Open Street Map and Other Sources
LICENSE= gnu-gpl-v2
DEPENDS+= R-prettymapr>=0.2.2:../../geography/R-prettymapr
DEPENDS+= R-rgdal>=1.4.8:../../geography/R-rgdal
DEPENDS+= R-jpeg>=0.1.8.1:../../graphics/R-jpeg
DEPENDS+= R-png>=0.1.7:../../graphics/R-png
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
DEPENDS+= R-rjson>=0.2.20:../../textproc/R-rjson
DEPENDS+= R-curl>=4.3:../../www/R-curl
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|