pkgsrc-wip/cvs20hg/Makefile
2012-10-03 22:14:51 +00:00

23 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/03 22:14:52 thomasklausner Exp $
DISTNAME= cvs20hg-0.0.0_20061004
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://distfiles.scode.org/pkgsrc/
MAINTAINER= peter.schuller@infidyne.com
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg/
COMMENT= CVS->Mercurial conversion tool
PYDISTUTILSPKG= # yes
DEPENDS+= ${PYPKGPREFIX}-rcsparse-0.0.0_20061004:../../wip/py-rcsparse
# BUG: We require devel/mercurial to be installed with python2.4, but
# this is not enforced. Pending change of devel/mercurial to fix this
# issue. In fact we cannot depent on devel/mercurial at all due to
# issues with PKGNAMNE_REQD and PYTHON_VERSION_REQD. Users will need
# to manually install devel/mercurial for this package to work.
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"