9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
21 lines
550 B
Makefile
21 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:55 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= avl-1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=avl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://adtinfo.org/
|
|
COMMENT= Library for manipulation of balanced binary trees
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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"
|