Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / py-poppler / Makefile
1 # Created by: Romain Tartiere <romain@blogreen.org>
2 # $FreeBSD$
3
4 PORTNAME=       poppler
5 PORTVERSION=    0.12.1
6 PORTREVISION=   3
7 CATEGORIES=     graphics python
8 MASTER_SITES=   https://launchpad.net/poppler-python/trunk/development/+download/ \
9                 http://launchpadlibrarian.net/30270080/ \
10                 http://romain.blogreen.org/distfiles/
11 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
12 DISTNAME=       py${PORTNAME}-${PORTVERSION}
13
14 MAINTAINER=     romain@FreeBSD.org
15 COMMENT=        Python bindings for the Poppler PDF rendering library
16
17 LIB_DEPENDS=    libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
18
19 USE_PYTHON=     yes
20 GNU_CONFIGURE=  yes
21 USES=           gmake libtool pkgconfig
22 USE_GNOME=      atk pygtk2
23
24 .include <bsd.port.mk>