2013-04-06 22:27:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2013/04/06 20:27:17 rodent Exp $
|
2004-11-26 22:54:27 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= avl-1.4.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
|
|
|
|
#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-04 23:35:58 +02:00
|
|
|
HOMEPAGE= http://www.stanford.edu/~blp/avl/
|
2004-11-26 22:54:27 +01:00
|
|
|
COMMENT= Library for manipulation of balanced binary trees
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2013-04-06 22:27:16 +02:00
|
|
|
INFO_FILES= yes
|
2004-11-26 22:54:27 +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.
|
|
|
|
pre-build:
|
|
|
|
${TOUCH} ${WRKSRC}/avl.text ${WRKSRC}/avl.html
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|