aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-deldir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-deldir/Makefile')
-rw-r--r--math/R-cran-deldir/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile
new file mode 100644
index 000000000000..05a09664b112
--- /dev/null
+++ b/math/R-cran-deldir/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-deldir
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= deldir
+DISTVERSION= 0.0-15
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
+
+LICENSE= GPLv2
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>