freebsd-ports/devel/git-bzr-ng/Makefile
Dmitry Marakasov b4604289bd git-bzr-ng is a bidirectional bridge between git and bzr that lets
you stop worrying which version control the code you love is using -
as long as they are using git or bzr

WWW: https://github.com/termie/git-bzr-ng
2014-04-23 17:49:48 +00:00

36 lines
861 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= git-bzr-ng
PORTVERSION= git20140423
CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Bi-directional git to bzr bridge
LICENSE= BSD3CLAUSE
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
bzr:${PORTSDIR}/devel/bzr \
${PYTHON_SITELIBDIR}/bzrlib/plugins/fastimport/__init__.py:${PORTSDIR}/devel/bzr-fastimport
USE_GITHUB= yes
GH_ACCOUNT= termie
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 9878a30
NO_BUILD= yes
PLIST_FILES= libexec/git-core/git-bzr
PLIST_DIRSTRY= libexec/git-core
PORTDOCS= *
USE_PYTHON_RUN= 2
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/git-core
${INSTALL_SCRIPT} ${WRKSRC}/git-bzr ${STAGEDIR}${PREFIX}/libexec/git-core/
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>