pkgsrc-wip/R-rgdal/Makefile

20 lines
510 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:37 shattered Exp $
2005-03-16 23:14:52 +00:00
#
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
2005-03-16 23:14:52 +00:00
MAINTAINER= mchittur@cs.nmsu.edu
2005-03-16 23:14:52 +00:00
COMMENT= Provides bindings to GDAL and R
R_PKGNAME= rgdal
2020-10-14 08:16:58 +00:00
R_PKGVER= 1.5-16
2005-03-16 23:14:52 +00:00
2020-10-14 08:16:58 +00:00
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
2005-03-16 23:14:52 +00:00
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"