pkgsrc/devel/avl/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

21 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/04/06 20:27:17 rodent 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= yes
# 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"