# $Id: Portfile 73364 2010-11-11 08:30:46Z afb@macports.org $

PortSystem 1.0

name		libxfce4util
version		4.6.2
categories	xfce
platforms	darwin
maintainers  	afb
description	Utility library for the Xfce4 desktop environment
long_description ${description}
homepage	http://www.xfce.org/
master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2	yes
checksums	md5 9c3129d827d480f0906c575e7a13f1e9 \
		sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \
		rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef11

depends_build	path:bin/pkg-config:pkgconfig
depends_lib	port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
		port:libiconv

platform darwin {
	configure.args	--disable-visibility
}
