1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/R-cran-rgdal/Makefile
2023-07-26 21:58:55 +02:00

22 lines
532 B
Makefile

PORTNAME= rgdal
DISTVERSION= 1.6-7
PORTREVISION= 1
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+
CRAN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp
BUILD_DEPENDS= ${CRAN_DEPENDS}
LIB_DEPENDS= libgdal.so:graphics/gdal \
libproj.so:graphics/proj
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig
.include <bsd.port.mk>