summaryrefslogtreecommitdiff
path: root/math/qhull/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/qhull/Makefile')
-rw-r--r--math/qhull/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile
new file mode 100644
index 00000000000..2352edeeb75
--- /dev/null
+++ b/math/qhull/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/19 18:00:54 drochner Exp $
+#
+
+DISTNAME= qhull-2003.1
+CATEGORIES= math
+MASTER_SITES= http://www.qhull.org/download/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.qhull.org/
+COMMENT= Computing the convex hull
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"