2010-06-02 08:42:42 +02:00
|
|
|
# Ports collection makefile for: bzr-git
|
|
|
|
# Date created: 25 May 2010
|
2011-07-01 19:30:33 +02:00
|
|
|
# Whom: Carlo Strub
|
2010-06-02 08:42:42 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bzr-explorer
|
2011-08-10 02:43:08 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2010-06-02 08:42:42 +02:00
|
|
|
CATEGORIES= devel
|
2011-08-10 02:43:08 +02:00
|
|
|
MASTER_SITES= https://launchpadlibrarian.net/76564477/ \
|
2010-06-02 08:42:42 +02:00
|
|
|
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
|
|
|
|
|
2010-12-01 23:55:25 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-10-09 05:01:50 +02:00
|
|
|
USE_PYTHON= yes
|
2010-06-02 08:42:42 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= explorer
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
2010-10-09 05:01:50 +02:00
|
|
|
.include <bsd.port.mk>
|