summaryrefslogtreecommitdiff
path: root/devel/libavl/Makefile
blob: 35324c1ccb56ecfaf7db2867dd2a14aab2910d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.6 2003/07/17 21:31:18 grant 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
USE_NEW_TEXINFO=	YES
INFO_FILES=	avl.info

# This text file documentation is not installed so just touch it
# and makeinfo is not needed at build time.
pre-build:
	${TOUCH} ${WRKSRC}/avl.text

.include "../../mk/bsd.pkg.mk"