# $Id: Portfile,v 1.19 2006/04/17 10:41:29 rhwood Exp $
PortSystem 1.0
name		libgnome
version		2.14.1
description	This is the non-gui part of the library formerly \
		known as gnome-libs.
long_description       	This is the non-gui part of the library formerly \
			known as gnome-libs. 
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/${name}/2.14/
checksums	rmd160 725b28e2d032fb0cdc670455bd8c661dcdf22759

depends_lib \
	port:esound \
	port:gnome-vfs

use_bzip2 	yes

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

variant use-sys-deps {
	depends_lib \
		lib:libesd:esound \
		lib:libgnomevfs-2:gnome-vfs
}
