pkgsrc/geography/R-s2/Makefile
mef 7ced7f133d (geography/R-s2) import R-s2-1.0.6
Provides R bindings for Google's s2 library for geometric calculations
on the sphere. High-performance constructors and exporters provide
high compatibility with existing spatial packages, transformers
construct new geometries from existing geometries, predicates provide
a means to select geometries based on spatial relationships, and
accessors extract information about geometries.
2021-09-20 06:08:07 +00:00

16 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/09/20 06:08:07 mef Exp $
R_PKGNAME= s2
R_PKGVER= 1.0.6
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Spherical Geometry Operators Using the S2 Geometry Library
LICENSE= apache-2.0
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../geography/R-wk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"