mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/09/16 16:17:18 wiz Exp $
|
|
|
|
DISTNAME= cvs-fast-export-1.33
|
|
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
|
|
|
|
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"
|