mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c27477a5b4
An in-memory index with binary and string keys and key counts. PR: 16112 Submitted by: Bill Ross <bross@nas.nasa.gov>
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# New ports collection makefile for: avltree
|
|
# Version required: 1.1
|
|
# Date created: 13 January 2000
|
|
# Whom: Bill Ross <bross@nas.nasa.gov>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= avltree-1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://odin.compchem.ucsf.edu/pub/amber/
|
|
|
|
MAINTAINER= bross@nas.nasa.gov
|
|
|
|
MAN3= avltree.3
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|