Lines 1-36
Link Here
|
1 |
# $FreeBSD: head/graphics/py-poppler-qt4/Makefile 356018 2014-05-31 20:47:59Z antoine $ |
1 |
# $FreeBSD: head/graphics/py-poppler-qt4/Makefile 356018 2014-05-31 20:47:59Z antoine $ |
2 |
|
2 |
|
3 |
PORTNAME= poppler-qt4 |
3 |
PORTNAME= poppler-qt4 |
4 |
PORTVERSION= 0.16.3 |
4 |
PORTVERSION= 0.18.1 |
5 |
PORTREVISION= 3 |
|
|
6 |
CATEGORIES= graphics python |
5 |
CATEGORIES= graphics python |
7 |
MASTER_SITES= GOOGLE_CODE |
6 |
MASTER_SITES= https://pypi.python.org/packages/source/p/python-poppler-qt4/ |
8 |
PROJECTHOST= python-poppler-qt4 |
|
|
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
DISTNAME= python-${PORTNAME}-${PORTVERSION} |
8 |
DISTNAME= python-${PORTNAME}-${PORTVERSION} |
11 |
|
9 |
|
12 |
MAINTAINER= martin.dieringer@gmx.de |
10 |
MAINTAINER= martin.dieringer@gmx.de |
13 |
COMMENT= Python bindings for poppler-qt4 |
11 |
COMMENT= Python bindings for the Poppler-Qt4 PDF rendering library |
14 |
|
12 |
|
15 |
LICENSE= LGPL21 LGPL3 |
13 |
LICENSE= LGPL |
16 |
LICENSE_COMB= dual |
14 |
LICENSE_FILE= ${WRKSRC}/LICENCE |
17 |
|
15 |
|
18 |
BUILD_DEPENDS= sip:${PORTSDIR}/devel/py-sip \ |
|
|
19 |
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ |
20 |
${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml |
21 |
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 |
16 |
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 |
22 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ |
|
|
23 |
${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml |
24 |
|
25 |
BROKEN= Doesn't build with current poppler API |
26 |
DEPRECATED= Broken for more than 5 months |
27 |
EXPIRATION_DATE= 2014-06-30 |
28 |
|
17 |
|
|
|
18 |
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} |
29 |
USE_PYTHON= yes |
19 |
USE_PYTHON= yes |
30 |
USE_PYDISTUTILS= easy_install |
20 |
USE_PYDISTUTILS=yes |
31 |
PYEASYINSTALL_ARCHDEP= yes |
21 |
PYDISTUTILS_AUTOPLIST=yes |
32 |
PYDISTUTILS_PKGNAME= python_poppler_qt4 |
|
|
33 |
CFLAGS+= -I${LOCALBASE}/include |
34 |
|
22 |
|
35 |
NO_STAGE= yes |
|
|
36 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |