c26f093630
ChangeLog: https://launchpad.net/qbzr/+announcement/8223 PR: ports/157035 Submitted by: C-S <c-s@c-s.li> (maintainer)
33 lines
784 B
Makefile
33 lines
784 B
Makefile
# Ports collection makefile for: qbzr
|
|
# Date created: 26 May 2010
|
|
# Whom: Carlo Strub
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qbzr
|
|
PORTVERSION= 0.20.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/70407406/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= Qt interface for bzr
|
|
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
USE_QT_VER= 4
|
|
USE_PYDISTUTILS= yes
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|