0efbc06135
of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# New ports collection makefile for: avltree
|
|
# Date created: 13 January 2000
|
|
# Whom: Bill Ross <bross@nas.nasa.gov>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
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
|
|
COMMENT= An in-memory index w/ binary and string keys and key counts
|
|
|
|
MAN3= avltree.3
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|