freebsd-ports/graphics/py-poppler-qt4/Makefile
2017-08-24 13:45:13 +00:00

23 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= poppler-qt4
PORTVERSION= 0.18.1
PORTREVISION= 9
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>