aboutsummaryrefslogblamecommitdiff
path: root/graphics/R-cran-rgdal/Makefile
blob: 703b420c15872c96878c8528a0586e37648dda99 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                     
                 




                                                                    
                                                              
 
                      
 

                                               

                                          
                               
 
                                                                      

                      
PORTNAME=	rgdal
DISTVERSION=	1.6-7
PORTREVISION=	2
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>