# -*- 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            libxfce4util
version         4.6.2
categories      xfce
platforms       darwin
license         LGPL-2+
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 port:intltool
depends_lib     port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:libiconv

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