pkgsrc-wip/R-rgdal/Makefile

20 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:37 shattered Exp $
#
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
COMMENT= Provides bindings to GDAL and R
R_PKGNAME= rgdal
R_PKGVER= 1.5-16
DEPENDS+= gdal-lib>=3:../../geography/gdal-lib
DEPENDS+= proj>=6:../../geography/proj
DEPENDS+= R-abind>=1.1.0:../../math/R-abind
DEPENDS+= R-pixmap>=0.4.1:../../math/R-pixmap
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"