[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / git-docs

File: [cvs.NetBSD.org] / pkgsrc / devel / git-docs / Makefile (download)

Revision 1.20, Tue Jun 28 11:31:43 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines

*: recursive bump for perl 5.36

# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:43 wiz Exp $

PKGNAME=	git-docs-${GIT_VERSION}
PKGREVISION=	1
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"