blob: 28ee6828e2f45b763b1b2667d766cceafe438d03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= ftp://odin.compchem.ucsf.edu/pub/amber/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= An in-memory index w/ binary and string keys and key counts
MAN3= avltree.3
MANCOMPRESSED= yes
.include <bsd.port.mk>
|