# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup R 1.0 R.setup github hypertidy vapour 0.9.5 v revision 8 categories-append gis maintainers nomaintainer license GPL-3 description Access to the Geospatial Data Abstraction Library (GDAL) long_description {*}${description} homepage https://hypertidy.github.io/vapour checksums rmd160 843d5f053aed9b40d42bbc5264bb9512af7e8499 \ sha256 d05430a3e10e2055e98bee97b494141d20dcada18981081561ef9f14e57f33e1 \ size 2421197 set proj_v proj9 depends_build-append \ port:pkgconfig depends_lib-append path:lib/${proj_v}/lib/pkgconfig/proj.pc:${proj_v} \ port:gdal \ port:R-jsonlite \ port:R-nanoarrow \ port:R-Rcpp # configure fails to do its job: https://github.com/r-spatial/sf/issues/2292 build.env-append CPPFLAGS=-I${prefix}/lib/${proj_v}/include build.args-append --configure-args="--with-proj-include=${prefix}/lib/${proj_v}/include \ --with-proj-lib=${prefix}/lib/${proj_v}/lib \ --with-proj-share=${prefix}/lib/${proj_v}/share/proj" depends_test-append port:R-knitr \ port:R-markdown \ port:R-rmarkdown \ port:R-spelling \ port:R-testthat test.run no