pkgsrc/devel/stgit/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

66 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2014/05/29 23:36:29 wiz Exp $
DISTNAME= stgit-0.14.3
PKGREVISION= 8
CATEGORIES= devel
MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.procode.org/stgit/
COMMENT= Stacked GIT
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
DEPENDS+= git-base>=1.5.2:../../devel/git-base
AUTO_MKDIRS= yes
USE_TOOLS+= bash:run perl gmake
USE_LANGUAGES= #none
REPLACE_PERL= Documentation/build-docdep.perl
REPLACE_BASH= contrib/stg-*
REPLACE_PYTHON= *.py stgit/*.py stg
PYSETUPINSTALLARGS= --prefix=${PREFIX}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.14.3
MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc
MAKE_ENV+= ASCIIDOC_EXTRA=${ASCIIDOC_EXTRA:M*:Q}
.include "../../mk/bsd.prefs.mk"
.for d in asciidoc docbook-xsl
GITDOCDEP.${d}= ${${${PKG_INFO} -E ${d} || echo:L:sh}:L:C/[^[0-9]]*/ /g:[1..3]:ts.}
.endfor
ASCIIDOC_EXTRA= # empty
.if !empty(GITDOCDEP.asciidoc:M[8]*)
ASCIIDOC_EXTRA+= -a ascidoc7compatible
.endif
.if !empty(GITDOCDEP.docbook-xsl:M1.7[2-9]*)
ASCIIDOC_EXTRA+= -a docbook-xsl-172
.endif
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
pre-build:
cd ${WRKSRC}/Documentation && \
${SETENV} ${MAKE_ENV} ${GMAKE} all
pre-install:
${CHMOD} a-x ${WRKSRC}/contrib/stgbashprompt.sh
post-install:
cd ${WRKSRC}/contrib && \
${RM} -f *.orig && \
${INSTALL_SCRIPT} stg-* ${DESTDIR}${PREFIX}/bin
cd ${WRKSRC}/Documentation && \
${INSTALL_MAN} *.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && \
${INSTALL_DATA} *.html \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/html
.include "../../mk/bsd.pkg.mk"