# -*- 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            xfce4-panel
version         4.6.4
revision        2
categories      xfce
platforms       darwin
license         GPL-2+ LGPL-2+
maintainers     afb
description     The panel of the Xfce Desktop Environment
long_description ${description}
homepage        http://www.xfce.org/
master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
use_bzip2       yes
checksums       md5 82f10a42aefca4cc26a6633e7478cc65 \
                sha1 d2b310c036be84ed9886c06ae35b7a1a8eabfcb8 \
                rmd160 35eaab8726a447b961024d433845f30804da4751

depends_build   port:intltool port:pkgconfig
depends_lib     port:libxfcegui4 port:exo path:lib/pkgconfig/cairo.pc:cairo port:libwnck \
                port:hicolor-icon-theme port:tango-icon-theme

configure.args  --enable-startup-notification

patchfiles      config-launcher-icons.diff

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