summaryrefslogtreecommitdiff
path: root/devel/libstree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libstree/Makefile')
-rw-r--r--devel/libstree/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libstree/Makefile b/devel/libstree/Makefile
new file mode 100644
index 00000000000..50eccc912dd
--- /dev/null
+++ b/devel/libstree/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
+#
+
+DISTNAME= libstree-0.3.0
+CATEGORIES= devel
+MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/
+
+MAINTAINER= gson@NetBSD.org
+HOMEPAGE= http://www.cl.cam.ac.uk/~cpk25/libstree/
+COMMENT= Suffix tree library
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/html
+
+.include "../../mk/bsd.pkg.mk"