aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-poppler-qt4/Makefile
blob: e66865980a3f6817770ac9b542d25967141b636d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	poppler-qt4
PORTVERSION=	0.18.1
PORTREVISION=	10
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=		compiler:c++11-lang pkgconfig pyqt:4 python
USE_PYQT=	gui xml sip_build
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>