# -*- 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 74573 2010-12-22 03:33:04Z rmstonecipher@macports.org $

PortSystem          1.0

name                libmpdclient
version             2.3
categories          audio
maintainers         rmstonecipher openmaintainer
description         libmpdclient is a stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.
long_description    ${description}
homepage            http://mpd.wikia.com/wiki/ClientLib:libmpdclient
platforms           darwin
master_sites        sourceforge:musicpd
use_bzip2           yes
checksums           md5     d14bad30c9c117aa6b211ad9f96cfbe0 \
                    sha1    d1ccd40f1c7a723ef0a8eb0e19b51699ec9a8f9e \
                    rmd160  76c996fe6eb6f971cf00acf0eec8e9847294a91c
use_autoreconf      yes

configure.args      --mandir=${prefix}/share/man

livecheck.url       http://sourceforge.net/projects/musicpd/files/libmpdclient/
livecheck.distname  mpd
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
