freebsd-ports/devel/avltree/Makefile

23 lines
481 B
Makefile
Raw Normal View History

# New ports collection makefile for: avltree
# Date created: 13 January 2000
# Whom: Bill Ross <bross@nas.nasa.gov>
#
# $FreeBSD$
2000-04-11 23:30:15 +02:00
PORTNAME= avltree
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= # disappeared in 2001
DEPRECATED= "now only available on *BSD mirrors"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= An in-memory index w/ binary and string keys and key counts
MAN3= avltree.3
MANCOMPRESSED= yes
.include <bsd.port.mk>