4c7d30bb70
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
23 lines
522 B
Makefile
23 lines
522 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= poppler-qt4
|
|
PORTVERSION= 0.18.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Python bindings for the Poppler-Qt4 PDF rendering library
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4
|
|
|
|
USES= pkgconfig pyqt:4 python
|
|
USE_PYQT= gui xml sip_build
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|