mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
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>
|