# $Id: Portfile 64035 2010-02-20 13:42:45Z afb@macports.org $

PortSystem 1.0

name		xfce-utils
version		4.6.1
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 1aa2362b11e79e56d52ce0d265faf1b6 \
		sha1 0bdb5b6e494f15372d8c0826ac93baca476c9f16 \
		rmd160 4446c3882716e841c00e398df62b9d54046b9d26

depends_lib	port:libxfce4util port:xfconf

configure.args	--disable-gdm --with-xsession-prefix=${prefix}

variant midori {
	depends_lib-append port:midori
	configure.args-append --with-browser=midori
}

variant firefox {
	depends_lib port:firefox-x11
	configure.args-append --with-browser=firefox
}
