summaryrefslogtreecommitdiff
path: root/math/R-geoR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-geoR/Makefile')
-rw-r--r--math/R-geoR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-geoR/Makefile b/math/R-geoR/Makefile
new file mode 100644
index 00000000000..659188ad95e
--- /dev/null
+++ b/math/R-geoR/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:13:43 rillig Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/geoR.html
+COMMENT= Geostatistical analysis including likelihood-based and Bayesian methods
+
+R_PKGNAME= geoR
+R_PKGVER= 1.5-5
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"