2004-02-16 11:30:29 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2004/02/16 10:30:29 seb Exp $
|
2000-10-27 14:20:35 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= avl-1.4.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
|
|
|
|
#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/
|
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2000-10-27 14:20:35 +02:00
|
|
|
HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Library for manipulation of balanced binary trees
|
2000-10-27 14:20:35 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2003-06-23 13:18:22 +02:00
|
|
|
INFO_FILES= avl.info
|
|
|
|
|
2004-02-16 11:30:29 +01:00
|
|
|
# The text and html files documentation are not installed so just touch
|
|
|
|
# them and makeinfo and texi2html are not needed at build time.
|
2003-06-23 13:18:22 +02:00
|
|
|
pre-build:
|
2004-02-16 11:30:29 +01:00
|
|
|
${TOUCH} ${WRKSRC}/avl.text ${WRKSRC}/avl.html
|
2000-10-27 14:20:35 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|