2000-01-29 06:00:16 +01:00
|
|
|
# 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
|
2004-11-04 23:12:20 +01:00
|
|
|
PORTREVISION= 1
|
2000-01-29 06:00:16 +01:00
|
|
|
CATEGORIES= devel
|
2003-10-26 06:56:52 +01:00
|
|
|
MASTER_SITES= # disappeared in 2001
|
2000-01-29 06:00:16 +01:00
|
|
|
|
2005-05-31 15:16:44 +02:00
|
|
|
DEPRECATED= "now only available on *BSD mirrors"
|
|
|
|
EXPIRATION_DATE=2005-07-31
|
|
|
|
|
2001-07-23 17:54:34 +02:00
|
|
|
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
|
2000-01-29 06:00:16 +01:00
|
|
|
|
|
|
|
MAN3= avltree.3
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|