summaryrefslogtreecommitdiff
path: root/devel/avltree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avltree/Makefile')
-rw-r--r--devel/avltree/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/avltree/Makefile b/devel/avltree/Makefile
deleted file mode 100644
index 70130d22825e..000000000000
--- a/devel/avltree/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: Bill Ross <bross@nas.nasa.gov>
-# $FreeBSD$
-
-PORTNAME= avltree
-PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= In-memory index w/ binary and string keys and key counts
-
-BROKEN= Does not fetch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-
-.include <bsd.port.mk>