need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / scmgit-docs / Makefile
1 # $NetBSD: Makefile,v 1.11 2010/10/28 11:11:00 adam Exp $
2
3 PKGNAME=        scmgit-docs-${GIT_VERSION}
4 COMMENT=        GIT Tree History Storage Tool (documentation)
5
6 PKG_DESTDIR_SUPPORT=    user-destdir
7
8 CONFLICTS+=             git<4.9.5nb1            # misc/git
9
10 DISTINFO_FILE=          ../../devel/scmgit-base/distinfo
11
12 BUILD_DEPENDS+=         asciidoc-[0-9]*:../../textproc/asciidoc
13 BUILD_DEPENDS+=         xmlto-[0-9]*:../../textproc/xmlto
14
15 USE_LANGUAGES=          c
16 BUILD_TARGET=           man
17 INSTALL_TARGET=         install-man
18
19 UNLIMIT_RESOURCES+=     datasize
20
21 .include "../../devel/scmgit/Makefile.common"
22
23 .include "../../mk/bsd.pkg.mk"