aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avltree/Makefile
blob: 65b7e5c19ea11a1276a58a6c30a4d17fa36f38f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:    avltree
# Date created:             13 January 2000
# Whom:                 Bill Ross <bross@nas.nasa.gov>
#
# $FreeBSD$

PORTNAME=   avltree
PORTVERSION=    1.1
CATEGORIES= devel
MASTER_SITES=   # disappeared in 2001

MAINTAINER= ports@FreeBSD.org
COMMENT=    An in-memory index w/ binary and string keys and key counts

MAN3=       avltree.3
MANCOMPRESSED=  yes

.include <bsd.port.mk>