summaryrefslogtreecommitdiff
path: root/geography/R-spatstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/R-spatstat/Makefile')
-rw-r--r--geography/R-spatstat/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/geography/R-spatstat/Makefile b/geography/R-spatstat/Makefile
new file mode 100644
index 00000000000..1e405ea98fd
--- /dev/null
+++ b/geography/R-spatstat/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 03:55:17 brook Exp $
+
+R_PKGNAME= spatstat
+R_PKGVER= 1.63-2
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES+= c c++
+
+DEPENDS+= R-deldir>=0.0.21:../../geography/R-deldir
+DEPENDS+= R-spatstat.data>=1.4.3:../../geography/R-spatstat.data
+DEPENDS+= R-spatstat.utils>=1.17.0:../../geography/R-spatstat.utils
+DEPENDS+= R-abind>=1.4.0:../../math/R-abind
+DEPENDS+= R-goftest>=1.0.3:../../math/R-goftest
+DEPENDS+= R-polyclip>=1.5.0:../../graphics/R-polyclip
+DEPENDS+= R-tensor>=1.5:../../math/R-tensor
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"