31 lines
752 B
Makefile
31 lines
752 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:24:49 espie Exp $
|
|
|
|
COMMENT= fast, incremental CVS to Mercurial conversion
|
|
|
|
# we just make up a version since changesets are SHA1 hashes
|
|
CHANGESET= 075ee8bd5b35
|
|
VERSION= 20060714
|
|
|
|
DISTNAME= cvs20hg-${CHANGESET}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
PKGNAME= cvs20hg-${VERSION}
|
|
REVISION = 4
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg
|
|
MASTER_SITES= http://hg.recoil.org/dist/
|
|
WRKDIST= ${WRKDIR}/-corecode-hg-cvs20hg-${CHANGESET}
|
|
|
|
USE_GMAKE= Yes
|
|
MODULES= lang/python
|
|
BUILD_DEPENDS += devel/py-rcsparse
|
|
RUN_DEPENDS += devel/py-rcsparse
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|