2017-06-27 10:03:09 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sf
|
2019-07-07 10:29:46 +02:00
|
|
|
DISTVERSION= 0.7-6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2017-06-27 10:03:09 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Simple Features for R
|
|
|
|
|
2017-09-06 00:52:02 +02:00
|
|
|
LICENSE= GPLv2 MIT
|
|
|
|
LICENSE_COMB= dual
|
2017-06-27 10:03:09 +02:00
|
|
|
|
2018-10-22 11:01:21 +02:00
|
|
|
CRAN_DEPENDS= R-cran-classInt>=0.2.1:devel/R-cran-classInt \
|
2018-04-28 02:16:05 +02:00
|
|
|
R-cran-DBI>=0.8:databases/R-cran-DBI \
|
2018-10-22 11:01:21 +02:00
|
|
|
R-cran-magrittr>0:devel/R-cran-magrittr \
|
2019-07-07 10:29:46 +02:00
|
|
|
R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \
|
2018-10-22 11:01:21 +02:00
|
|
|
R-cran-units>=0.6.0:math/R-cran-units
|
2017-06-27 10:03:09 +02:00
|
|
|
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
|
|
|
libgeos.so:graphics/geos \
|
|
|
|
libproj.so:graphics/proj
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
|
2019-06-27 05:37:10 +02:00
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= "--with-proj-api=yes"
|
2017-06-27 10:03:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|