freebsd-ports/devel/qbzr/Makefile
Tobias C. Berner 4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00

29 lines
614 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= qbzr
PORTVERSION= 0.23.0
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/109906138/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Qt interface for bzr
LICENSE= GPLv2
BUILD_DEPENDS= bzr:devel/bzr \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant
RUN_DEPENDS= bzr:devel/bzr
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gettext pyqt:4 python
USE_PYQT= core
USE_PYTHON= distutils autoplist
USE_QT4= # empty
INSTALLS_ICONS= yes
.include <bsd.port.mk>