cc53fd79f2
- Added LICENSE PR: ports/152722 Submitted by: C-S <c-s at c-s dot li>
29 lines
638 B
Makefile
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>
|