# $Id: Portfile 61297 2009-12-08 09:21:42Z rmsfisher@macports.org $

PortSystem 1.0

name             mpc
version          0.19
categories       audio
maintainers      milosh openmaintainer
description      a command line tool for MPD
long_description \
	mpc is a simple command line client for MPD.\
	Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg\
	Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is\
	designed for integrating a computer into a stereo system that provides\
	control for music playback over a local network. It also makes a great\
	desktop music player, especially if you are a console junkie, like\
	frontend options, or restart X often.
homepage         http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
platforms        darwin
depends_build    port:libiconv
depends_lib      port:libmpdclient
master_sites     sourceforge:musicpd

use_bzip2        yes

checksums           md5     9ab2967d9ec719b06a86f3b4121be654 \
                    sha1    32ccc96b6bdd7e31e77972e3aad68e3a0e153b31 \
                    rmd160  e7f14b7e2d8293ecd9fb03f1afe6e8143d39084a

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

livecheck.type   regex
livecheck.url    ${homepage}
livecheck.regex "\/${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
