# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD: tags/RELEASE_10_1_0/graphics/py-poppler/Makefile 363368 2014-07-29 18:21:08Z amdmi3 $

PORTNAME=	poppler
PORTVERSION=	0.12.1
PORTREVISION=	3
CATEGORIES=	graphics python
MASTER_SITES=	https://launchpad.net/poppler-python/trunk/development/+download/ \
		http://launchpadlibrarian.net/30270080/ \
		http://romain.blogreen.org/distfiles/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py${PORTNAME}-${PORTVERSION}

MAINTAINER=	romain@FreeBSD.org
COMMENT=	Python bindings for the Poppler PDF rendering library

LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib

USE_PYTHON=	yes
GNU_CONFIGURE=	yes
USES=		gmake libtool pkgconfig
USE_GNOME=	atk pygtk2

.include <bsd.port.mk>
