17 lines
367 B
Makefile
17 lines
367 B
Makefile
# 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>
|