8b5cfab87d
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL) (>= 1.3.1) and access to projection/transformation operations from the PROJ.4 library. The GDAL and PROJ.4 libraries are external to the package, and, when installing the package from source, must be correctly installed first. Both GDAL raster and OGR vector map data can be imported into R, and GDAL raster data and OGR vector data exported. Use is made of classes defined in the sp package. WWW: http://cran.r-project.org/web/packages/rgdal/
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# New ports collection makefile for: R-cran-rgdal
|
|
# Date created: 2012-01-04
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rgdal
|
|
DISTVERSION= 0.7-8
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Bindings for the Geospatial Data Abstraction Library
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \
|
|
proj.6:${PORTSDIR}/graphics/proj
|
|
RUN_DEPENDS= R-cran-sp>=0.9.60:${PORTSDIR}/math/R-cran-sp
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|