blob: 70130d22825eca9a7e9b469e8db7c3aec8839a90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|