# $Id: Portfile 56019 2009-08-23 13:40:14Z raimue@macports.org $

PortSystem 1.0

name            gmpc
version         0.18.0
categories      audio
platforms       darwin
maintainers     raimue \
                openmaintainer

description     GMPC is a GTK2 client for MPD
long_description \
    GMPC is a GTK2 client for Music Player Daemon. The interface is made to be \
    easy to use, but provide full access to all the features MPD provides. Give \
    the user several ways to browse his database while still being a \
    lightweight client.
homepage        http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client

master_sites    sourceforge:musicpd
checksums       md5     4a0d3a4bd03686f4e51b23110186cba0 \
                sha1    95b4ec3c094fd91007407dfa559d5aef50542d6a \
                rmd160  64980140fbdb4de1d35c9af8ac604780ae81c8a4

depends_build   port:intltool
depends_lib     port:libmpd \
                port:gob2 \
                port:gettext \
                port:zlib \
                port:openssl \
                port:curl

configure.args  --disable-macige

variant quartz {
    depends_lib-append    port:ige-mac-integration
    configure.args-delete --disable-macige
    configure.args-append --enable-macige
}
