From 30e572db69761ca2acc26bda0c86a4520032c5b8 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 08:05:09 +0000 Subject: Imported R-GRASS from pkgsrc-wip. Interface between GRASS 5.0 geographical information system and R, based on starting R from within the GRASS environment using values of environment variables set in the GISRC file. Interface examples should be run outside GRASS, others may be run within. Wrapper and helper functions are provided for a range of R functions to match the interface metadata structures. --- math/R-GRASS/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 math/R-GRASS/Makefile (limited to 'math/R-GRASS/Makefile') diff --git a/math/R-GRASS/Makefile b/math/R-GRASS/Makefile new file mode 100644 index 00000000000..f3174e415de --- /dev/null +++ b/math/R-GRASS/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:05:09 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG.html +COMMENT= Interface between GRASS 5.0 geographical information system and R + +R_PKGNAME= GRASS +R_PKGVER= 0.2-20 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3