# $Id: Portfile,v 1.21 2006/04/14 09:34:07 rhwood Exp $
PortSystem 1.0
name		libgnomeprint
version		2.12.1

description	This is an implementation of the Gnome Printing Architecture
long_description       	This is an implementation of the Gnome Printing \
			Architecture
maintainers	gnome-darwinports@opendarwin.org rhwood@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.levien.com/gnome/print-arch.html
master_sites    gnome:sources/libgnomeprint/2.12/
checksums	rmd160 40e906f9b59e68802afbe322739956b57084b6ab

depends_lib	port:libxml2 \
		port:zlib \
		port:pango port:libart_lgpl \
		port:libgnomecups \
		port:popt
depends_build	port:bison

use_bzip2 	yes

configure.args  --mandir=${prefix}/share/man
configure.env   LDFLAGS="-L${prefix}/lib -L/usr/lib" \
		CPPFLAGS="-I${prefix}/include"
