7bc48d7170
- Fix slightly incorrect generation of default .gitignore file. - Make cvsreduce work under Python 3, and test for that. - Revert <2014-11-19T18:11:22Z@flower.powernet.co.uk>, optimization was wrong. - Fix a typo in a property name that affects interoperability with reposurgeon. - Savannah changed how you need to interpret pseudo-URLs.
22 lines
603 B
Makefile
22 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/09/26 23:19:05 schmonz Exp $
|
|
|
|
DISTNAME= cvs-fast-export-1.44
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.catb.org/~esr/cvs-fast-export/
|
|
|
|
MAINTAINER= apb@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/cvs-fast-export/
|
|
COMMENT= Export an RCS or CVS history as a fast-import stream
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# Race conditions in a2x invocations
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_TOOLS+= flex gmake yacc
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
REPLACE_PYTHON+= cvsconvert cvssync
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|