mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
fcfabf26f0
Changelog: https://launchpad.net/qbzr/+announcement/9330 Approved by: glarkin@ (mentor, implicit) Feature safe: yes
34 lines
788 B
Makefile
34 lines
788 B
Makefile
# Ports collection makefile for: qbzr
|
|
# Date created: 26 May 2010
|
|
# Whom: Carlo Strub
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qbzr
|
|
PORTVERSION= 0.21.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/86857283/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Qt interface for bzr
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
|
|
${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4 \
|
|
${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments \
|
|
${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
USE_QT_VER= 4
|
|
USE_PYDISTUTILS= yes
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|