mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
22 lines
532 B
Makefile
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>
|