as a Subversion client. At this point, hgsubversion is usable by users reasonably familiar with Mercurial as a VCS. It's not recommended to dive into hgsubversion as an introduction to Mercurial, since hgsubversion "bends the rules" a little and violates some of the typical assumptions of early Mercurial users.
27 lines
731 B
Makefile
27 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/04 16:07:45 ura Exp $
|
|
#
|
|
|
|
DISTNAME= 1.1.2
|
|
PKGNAME= hgsubversion-${DISTNAME}
|
|
EGG_NAME= hgsubversion-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://bitbucket.org/durin42/hgsubversion/get/
|
|
|
|
MAINTAINER= ura@jp.NetBSD.org
|
|
HOMEPAGE= http://bibucket.org/durin42/hgsubversion/
|
|
COMMENT= Subversion plugin for Mercurial
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DIST_SUBDIR= hgsubversion
|
|
WRKSRC= ${WRKDIR}/hgsubversion
|
|
|
|
DEPENDS+= mercurial>=1.3.1:../../devel/mercurial
|
|
DEPENDS+= subversion-base>=1.5:../../devel/subversion-base
|
|
|
|
pre-build:
|
|
${ECHO} "tag: ${DISTNAME}" >> ${WRKSRC}/.hg_archival.txt
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|