freebsd-ports/devel/bzr-explorer/Makefile

29 lines
609 B
Makefile
Raw Normal View History

# Ports collection makefile for: bzr-git
# Date created: 25 May 2010
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-explorer
2012-07-17 22:42:21 +02:00
PORTVERSION= 1.3.0
CATEGORIES= devel
2012-07-17 22:42:21 +02:00
MASTER_SITES= https://launchpadlibrarian.net/109861791/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Desktop application for using bzr
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \
bzr:${PORTSDIR}/devel/bzr
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= explorer
USES= gettext
.include <bsd.port.mk>