aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avltree/Makefile
blob: 37efcdc4607a0c319773a2e79bc0807eea4ee1cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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=    An in-memory index w/ binary and string keys and key counts

MAN3=       avltree.3
MANCOMPRESSED=  yes

NO_STAGE=   yes
.include <bsd.port.mk>