freebsd-ports/graphics/py-poppler/Makefile
Philip M. Gollucci f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00

25 lines
593 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.8.1
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.3:${PORTSDIR}/graphics/poppler-gtk
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig atk pygtk2
.include <bsd.port.mk>