1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Carlo Strub 98ccc1c21d Update to 0.22.1
Approved by:	glarkin@ (mentor, implicit)
2012-02-24 20:46:34 +00:00

34 lines
788 B
Makefile

# Ports collection makefile for: qbzr
# Date created: 26 May 2010
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= qbzr
PORTVERSION= 0.22.1
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/93533531/ \
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>