pkgsrc/devel/avl/Makefile
2008-06-12 02:14:13 +00:00

23 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:21 joerg 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
PKG_DESTDIR_SUPPORT= user-destdir
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"