15 lines
374 B
Makefile
15 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= avl-1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
|
|
#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/
|
|
COMMENT= library for manipulation of balanced binary trees
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|