# $Id: Portfile,v 1.17 2006/04/11 10:46:51 rhwood Exp $
PortSystem 1.0
name		libgnomeprintui
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.gnome.org/
master_sites    gnome:sources/libgnomeprintui/2.12/

checksums	rmd160 8cc6fb413c53f0ea965203859362f8ef0762eaae

depends_lib \
	lib:libgnomeprint-2-2:libgnomeprint \
	lib:libgnomecanvas-2:libgnomecanvas \
        port:gnome-icon-theme

use_bzip2 	yes

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