aboutsummaryrefslogtreecommitdiffstats
path: root/devel/qbzr/Makefile
blob: 5be0028a9aa1eed88beda906710c9f7b7cd958ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ports collection makefile for:        qbzr
# Date created:         26 May 2010
# Whom:                 C-S
#
# $FreeBSD$
#

PORTNAME=   qbzr
PORTVERSION=    0.18.6
CATEGORIES= devel
MASTER_SITES=   http://launchpadlibrarian.net/47816511/ \
        http://www.c-s.li/ports/

MAINTAINER= c-s@c-s.li
COMMENT=    Qt interface to Bazaar-NG VCS

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= 2.4+
USE_QT_VER=     4
USE_PYDISTUTILS=    yes
INSTALLS_ICONS= yes

.include <bsd.port.pre.mk>

.include <bsd.port.post.mk>