summaryrefslogtreecommitdiff
path: root/geography/R-maptools/Makefile
blob: ed295a556138cdc5c8da9f7b716f0f2a5e77cd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.5 2021/09/20 05:19:08 mef Exp $

R_PKGNAME=	maptools
R_PKGVER=	1.1-2
CATEGORIES=	geography

MAINTAINER=	wen@NetBSD.org
COMMENT=	Tools for handling spatial objects
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-sp>=1.0.11:../../math/R-sp

# Packages suggested but not available:
#   'spatstat.geom', 'PBSmapping', 'maps', 'RColorBrewer', 'raster',
#   'polyclip', 'plotrix', 'spatstat.linnet', 'spatstat.utils',
#   'spatstat'
TEST_DEPENDS+=	R-rgeos-[0-9]*:../../geography/R-rgeos

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"