freebsd-ports/devel/bzr-explorer/Makefile
Greg Larkin cc53fd79f2 - Updated to 1.1.2 (https://launchpad.net/bzr-explorer/1.1/1.1.2)
- Added LICENSE

PR:		ports/152722
Submitted by:	C-S <c-s at c-s dot li>
2010-12-01 22:55:25 +00:00

29 lines
638 B
Makefile

# Ports collection makefile for: bzr-git
# Date created: 25 May 2010
# Whom: C-S
#
# $FreeBSD$
#
PORTNAME= bzr-explorer
PORTVERSION= 1.1.2
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/59777299/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Desktop application for using bzr
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \
bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/explorer
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= explorer
USE_GETTEXT= yes
.include <bsd.port.mk>