summaryrefslogtreecommitdiff
path: root/devel/avl/Makefile
blob: d4e204a50b7efb8a2f6d2709d0860eb0b9f027cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.4 2006/10/04 21:35:58 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=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.stanford.edu/~blp/avl/
COMMENT=	Library for manipulation of balanced binary trees

GNU_CONFIGURE=	YES
INFO_FILES=	# PLIST

# 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"