363edd7e41
- Miscellaneous Makefile cleanups PR: ports/151208 Submitted by: Carlo Strub <c-s at c-s dot li> (maintainer)
27 lines
640 B
Makefile
27 lines
640 B
Makefile
# Ports collection makefile for: bzr-git
|
|
# Date created: 25 May 2010
|
|
# Whom: C-S
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzr-explorer
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpadlibrarian.net/57072861/ \
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= explorer
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|