1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/R-cran-sf/Makefile

31 lines
762 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= sf
2020-09-22 11:28:26 +00:00
DISTVERSION= 0.9-6
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Simple Features for R
2017-09-05 22:52:02 +00:00
LICENSE= GPLv2 MIT
LICENSE_COMB= dual
2019-09-28 22:04:38 +00:00
CRAN_DEPENDS= R-cran-classInt>=0.4.1:devel/R-cran-classInt \
2018-04-28 00:16:05 +00:00
R-cran-DBI>=0.8:databases/R-cran-DBI \
2018-10-22 09:01:21 +00:00
R-cran-magrittr>0:devel/R-cran-magrittr \
2019-07-07 08:29:46 +00:00
R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \
2018-10-22 09:01:21 +00:00
R-cran-units>=0.6.0:math/R-cran-units
LIB_DEPENDS= libgdal.so:graphics/gdal \
libgeos.so:graphics/geos \
libproj.so:graphics/proj
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig
CONFIGURE_ARGS+= "--with-proj-api=yes"
.include <bsd.port.mk>