aboutsummaryrefslogtreecommitdiff
path: root/devel/libavl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-13 13:54:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-13 13:54:31 +0000
commit569ae062b44f04f446a1e684ee100f6ba5c8574f (patch)
tree6b6309f6082fadbbb0f31283b9835d441d6fb9c2 /devel/libavl/Makefile
parent597e47b01c63f726855c7513501b550cb39501b3 (diff)
downloadports-569ae062b44f04f446a1e684ee100f6ba5c8574f.tar.gz
ports-569ae062b44f04f446a1e684ee100f6ba5c8574f.zip
add libavl
A library for balanced binary trees
Notes
Notes: svn path=/head/; revision=46194
Diffstat (limited to 'devel/libavl/Makefile')
-rw-r--r--devel/libavl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile
new file mode 100644
index 000000000000..0eb07b43fa6c
--- /dev/null
+++ b/devel/libavl/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: libavl
+# Date created: Aug 13, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libavl
+PORTVERSION= 1.4.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= avl
+DISTNAME= avl-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>