pkgsrc/geography/R-rgeos/Makefile
mef 1dd2f5bb04 (geography/R-rgeos) Udated 0.5.5 to 0.5.7
# Please note that **rgeos** will be retired by the end of 2023, plan
  transition to sf functions using GEOS at your earliest convenience.

# Version 0.5-7 (development, rev. 641-675)
  * adapt to OverlayNG in GEOS 3.9
  * update Windows static library to GEOS 3.9
  * add gMinumumRotatedRectangle() and gMaximumInscribedCircle() for GEOS 3.9
  * adapt configure.ac for GEOS 3.10
  * add support for structured geometry fixer in gMakeValid() from 3.10
2021-09-20 05:39:38 +00:00

23 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/09/20 05:39:38 mef Exp $
R_PKGNAME= rgeos
R_PKGVER= 0.5-7
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Interface to Geometry Engine - Open Source ('GEOS')
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
# Packages suggested but not available: 'maptools', 'XML', 'rgdal'
TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-XML-[0-9]*:../../math/R-XML
USE_LANGUAGES+= c c++
.include "../../math/R/Makefile.extension"
.include "../../geography/geos/buildlink3.mk"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"