mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
264b6cdefa
It's hard to tell if another mastersite is available, even with Google, because of the generic nature of the portname.
19 lines
388 B
Makefile
19 lines
388 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
|
|
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>
|