# $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $

PortSystem 1.0

name		xfce-utils
version		4.6.2
revision	3
categories	xfce
platforms	darwin
maintainers	afb
description	Utilities for the Xfce 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 5d23407700d7e8c9751e17a5bc955109 \
		sha1 6373886c3d70e576859741bde747a235567ffd8e \
		rmd160 06c33863da0f80f16ef154307e4b89085bc3958f

depends_build	port:perl5
depends_lib	port:libxfce4util port:libxfcegui4 port:xfconf

configure.env	PERL=${prefix}/bin/perl5
configure.args	--disable-gdm --with-xsession-prefix=${prefix}

# make sure that midori is added to the browser search list
configure.args-append --with-browser=midori
