diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /devel/bzr/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile deleted file mode 100644 index 7a5f3773c9b9..000000000000 --- a/devel/bzr/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Ports collection makefile for: bazaar-ng -# Date created: 10 October 2005 -# Whom: Ulf Lilleengen -# -# $FreeBSD$ -# - -PORTNAME= bazaar-ng -PORTVERSION= 1.6.1 -CATEGORIES= devel -MASTER_SITES= http://bazaar-vcs.org/releases/src/ \ - https://launchpad.net/bzr/1.6/${PORTVERSION}/+download/ -DISTNAME= bzr-${PORTVERSION} - -MAINTAINER= fullermd@over-yonder.net -COMMENT= Distributed version control system by Canonical - -OPTIONS= SFTP "Enable Paramiko for SFTP support" on - -USE_PYTHON= 2.4+ -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= bzr - -MAN1= bzr.1 - -.include <bsd.port.pre.mk> - -# Included in 2.5 -.if (${PYTHON_VERSION} == python2.4) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree -.endif - -.if !defined(WITHOUT_SFTP) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/bzr.1 ${MAN1PREFIX}/man/man1/ - -test: build - cd ${WRKSRC} && ./bzr selftest - -.include <bsd.port.post.mk> |