# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 83808 2011-09-11 11:10:53Z afb@macports.org $

PortSystem 1.0

name            xfce-utils
version         4.6.2
revision        4
categories      xfce
platforms       darwin
license         GPL-2+
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.12 port:p5.12-xml-parser \
                port:intltool port:pkgconfig
depends_lib     port:libxfce4util port:libxfcegui4 port:xfconf

configure.env   PERL=${prefix}/bin/perl5.12 \
                INTLTOOL_PERL=${prefix}/bin/perl5.12
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
