pkgsrc/devel/git-docs/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

24 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/11/03 10:39:12 rillig Exp $
PKGNAME= git-docs-${GIT_VERSION}
COMMENT= GIT Tree History Storage Tool (documentation)
CONFLICTS+= scmgit-docs-[0-9]*
SUPERSEDES+= scmgit-docs-[0-9]*
DISTINFO_FILE= ../../devel/git-base/distinfo
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
USE_TOOLS+= perl
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
MAKE_FLAGS+= INSTALL=${INSTALL:Q}
BUILD_TARGET= man
INSTALL_TARGET= install-man
UNLIMIT_RESOURCES+= datasize
.include "../../devel/git/Makefile.common"
.include "../../mk/bsd.pkg.mk"