diff options
Diffstat (limited to 'math/R-GRASS/Makefile')
-rw-r--r-- | math/R-GRASS/Makefile | 15 |
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" |