2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2012/10/31 11:19:44 asau Exp $
|
2007-12-12 05:22:20 +01:00
|
|
|
|
2011-04-06 16:08:27 +02:00
|
|
|
PKGNAME= scmgit-docs-${GIT_VERSION}
|
|
|
|
COMMENT= GIT Tree History Storage Tool (documentation)
|
2007-12-12 05:22:20 +01:00
|
|
|
|
2010-02-22 10:20:30 +01:00
|
|
|
CONFLICTS+= git<4.9.5nb1 # misc/git
|
|
|
|
|
2008-09-17 03:18:42 +02:00
|
|
|
DISTINFO_FILE= ../../devel/scmgit-base/distinfo
|
2007-12-12 05:22:20 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
|
2008-03-03 01:35:13 +01:00
|
|
|
USE_LANGUAGES= c
|
2010-10-28 13:11:00 +02:00
|
|
|
BUILD_TARGET= man
|
|
|
|
INSTALL_TARGET= install-man
|
2007-12-12 05:22:20 +01:00
|
|
|
|
2009-08-31 12:08:59 +02:00
|
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
|
2012-09-29 15:00:06 +02:00
|
|
|
USE_TOOLS+= perl
|
2012-09-28 19:34:18 +02:00
|
|
|
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
|
|
|
|
|
2008-09-17 03:18:42 +02:00
|
|
|
.include "../../devel/scmgit/Makefile.common"
|
2007-12-12 05:22:20 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|