f34a8c24a3
This is a semi-manual PKGREVISION bump.
26 lines
735 B
Makefile
26 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.29 2019/04/25 07:32:49 maya Exp $
|
|
|
|
DISTNAME= reposurgeon-3.41
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.catb.org/~esr/reposurgeon/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/reposurgeon/
|
|
COMMENT= Tool for editing version-control repository history
|
|
LICENSE= 2-clause-bsd
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= # none
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
MAKE_FLAGS+= mandir=${PKGMANDIR}
|
|
|
|
REPLACE_PYTHON= repocutter repodiffer repomapper reposurgeon
|
|
REPLACE_SH= repotool
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|