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
29 lines
614 B
Makefile
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>
|