summaryrefslogtreecommitdiff
path: root/math/R-GRASS/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 08:05:09 +0000
committerrillig <rillig>2005-11-04 08:05:09 +0000
commit30e572db69761ca2acc26bda0c86a4520032c5b8 (patch)
treee6df1ac21977a0f0a4a02efc2d5ca1d0071ba100 /math/R-GRASS/Makefile
parentb06b4e2ed169c30a72d7b666ffea00f29e5a7818 (diff)
downloadpkgsrc-30e572db69761ca2acc26bda0c86a4520032c5b8.tar.gz
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.
Diffstat (limited to 'math/R-GRASS/Makefile')
-rw-r--r--math/R-GRASS/Makefile15
1 files changed, 15 insertions, 0 deletions
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"