summaryrefslogtreecommitdiff
path: root/math/R-RandomFields/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2012-04-01 17:46:27 +0000
committerbrook <brook@pkgsrc.org>2012-04-01 17:46:27 +0000
commit1a6799c36cfa7b03f94a12b39b247f00dbd92933 (patch)
tree4004309aadfb1e91956d2b4001d8468d32d8f751 /math/R-RandomFields/Makefile
parent53c87d1db84d47754bde032ddba8a1aaed52ca30 (diff)
downloadpkgsrc-1a6799c36cfa7b03f94a12b39b247f00dbd92933.tar.gz
Initial import of package.
RandomFields: Simulation and Analysis of Random Fields Simulation of Gaussian and extreme value random fields; conditional simulation; kriging.
Diffstat (limited to 'math/R-RandomFields/Makefile')
-rw-r--r--math/R-RandomFields/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-RandomFields/Makefile b/math/R-RandomFields/Makefile
new file mode 100644
index 00000000000..a40b74bb2a3
--- /dev/null
+++ b/math/R-RandomFields/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/RandomFields/
+COMMENT= Simulation and analysis of random fields
+# LICENSE= GPL (gnu-gpl-v?)
+
+R_PKGNAME= RandomFields
+R_PKGVER= 2.0.54
+
+USE_LANGUAGES+= c c++ fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/blas/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"