453e1d34c1
# Version 1.1-1 (development, rev. 381-382) * Upgrade **spatstat**-family reverse dependencies # Version 1.0-2 (2020-08-24, rev. 371-380) * New `as.im.RasterLayer()` version * Update stored **sp** objects # Version 1.0-1 (2020-05-14, rev. -370) * Update for `linnet` coercion methods * Added read support for (very) legacy MAP objects
21 lines
566 B
Makefile
21 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/06/06 07:53:48 mef Exp $
|
|
|
|
R_PKGNAME= maptools
|
|
R_PKGVER= 1.1-1
|
|
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', 'raster', 'polyclip',
|
|
# 'plotrix', 'spatstat.linnet', 'spatstat.utils', 'spatstat'
|
|
TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|