freebsd-ports/graphics/R-cran-rgdal/Makefile
2023-01-18 15:48:50 +01:00

22 lines
533 B
Makefile

PORTNAME= rgdal
DISTVERSION= 1.5-32
PORTREVISION= 3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Bindings for the Geospatial Data Abstraction Library
WWW= https://cran.r-project.org/web/packages/rgdal/
LICENSE= GPLv2+
LIB_DEPENDS= libgdal.so:graphics/gdal \
libproj.so:graphics/proj
CRAN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig
.include <bsd.port.mk>