summaryrefslogtreecommitdiffstats
path: root/graphics/py-poppler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-poppler/Makefile')
-rw-r--r--graphics/py-poppler/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile
new file mode 100644
index 000000000..b628e1100
--- /dev/null
+++ b/graphics/py-poppler/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: py-poppler
+# Date created: 2008-04-14
+# Whom: Romain Tartiere <romain@blogreen.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= poppler
+PORTVERSION= 0.10.0
+CATEGORIES= graphics python
+MASTER_SITES= http://www.gnome.org/~gianmt/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= py${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= romain@blogreen.org
+COMMENT= Python bindings for the Poppler PDF rendering library
+
+LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk
+
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= pkgconfig atk pygtk2
+
+.include <bsd.port.mk>