22 lines
601 B
Makefile
22 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/02/14 21:32:04 joerg Exp $
|
|
|
|
DISTNAME= cvs-fast-export-1.40
|
|
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"
|