2012-10-21 10:04:25 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2012-02-11 02:45:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rgdal
|
2013-12-31 08:09:03 +01:00
|
|
|
DISTVERSION= 0.8-14
|
2012-02-11 02:45:46 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Bindings for the Geospatial Data Abstraction Library
|
|
|
|
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-06-19 00:16:34 +02:00
|
|
|
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
|
|
|
|
proj:${PORTSDIR}/graphics/proj
|
2013-05-01 23:51:04 +02:00
|
|
|
RUN_DEPENDS= R-cran-sp>=1.0.9:${PORTSDIR}/math/R-cran-sp
|
2012-02-11 02:45:46 +01:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2012-02-11 02:45:46 +01:00
|
|
|
|
2012-09-29 05:34:21 +02:00
|
|
|
R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib"
|
2012-06-19 00:16:34 +02:00
|
|
|
|
2012-02-11 02:45:46 +01:00
|
|
|
.include <bsd.port.mk>
|