2010-06-01 05:04:53 +02:00
|
|
|
# Ports collection makefile for: qbzr
|
|
|
|
# Date created: 26 May 2010
|
2011-02-11 21:57:00 +01:00
|
|
|
# Whom: Carlo Strub
|
2010-06-01 05:04:53 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qbzr
|
2011-09-28 07:25:56 +02:00
|
|
|
PORTVERSION= 0.21.1
|
2010-06-01 05:04:53 +02:00
|
|
|
CATEGORIES= devel
|
2011-09-28 07:25:56 +02:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/76565506/ \
|
2010-06-01 05:04:53 +02:00
|
|
|
http://www.c-s.li/ports/
|
|
|
|
|
2011-09-15 14:33:27 +02:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2011-02-11 21:57:00 +01:00
|
|
|
COMMENT= Qt interface for bzr
|
2010-06-01 05:04:53 +02:00
|
|
|
|
2011-09-28 07:25:56 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-06-01 05:04:53 +02:00
|
|
|
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
|
|
|
|
|
2010-08-04 18:44:13 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_QT_VER= 4
|
2010-06-01 05:04:53 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2010-08-04 18:44:13 +02:00
|
|
|
USE_GETTEXT= yes
|
2010-06-01 05:04:53 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2010-08-04 18:44:13 +02:00
|
|
|
.include <bsd.port.mk>
|