pkgsrc/devel/libavl/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

16 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/02 01:20:41 jschauma Exp $
#
DISTNAME= avl-1.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/
COMMENT= library for manipulation of balanced binary trees
GNU_CONFIGURE= YES
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"