mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
28 lines
654 B
Makefile
28 lines
654 B
Makefile
# New ports collection makefile for: py-poppler
|
|
# Date created: 2008-04-14
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= poppler
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= http://launchpad.net/poppler-python/trunk/development/+download/
|
|
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
|
|
|
|
BROKEN= does not fetch
|
|
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig atk pygtk2
|
|
|
|
.include <bsd.port.mk>
|