pkgsrc/devel/scmgit-docs/Makefile
adam e524124ce8 Changes 1.8.3.1:
* When $HOME is misconfigured to point at an unreadable directory, we
   used to complain and die. The check has been loosened.
 * Handling of negative exclude pattern for directories "!dir" was
   broken in the update to v1.8.3.
Also contains a handful of trivial code clean-ups, documentation
updates, updates to the test suite, etc.
2013-06-16 06:31:11 +00:00

24 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.19 2013/06/16 06:31:12 adam Exp $
PKGNAME= scmgit-docs-${GIT_VERSION}
COMMENT= GIT Tree History Storage Tool (documentation)
CONFLICTS+= git<4.9.5nb1 # misc/git
DISTINFO_FILE= ../../devel/scmgit-base/distinfo
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
USE_LANGUAGES= c
BUILD_TARGET= man
INSTALL_TARGET= install-man
UNLIMIT_RESOURCES+= datasize
USE_TOOLS+= perl
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
.include "../../devel/scmgit/Makefile.common"
.include "../../mk/bsd.pkg.mk"