# $Id: Portfile 48061 2009-03-13 19:03:12Z devans@macports.org $

PortSystem 1.0

name             mpc
version          0.15
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
master_sites     sourceforge:musicpd

use_bzip2        yes

checksums        md5     48897aeb3a7ee5c64f30e56789f105a8 \
                 sha1    a5cfb83cb28ad28ad35164cbb1d718d49a51976a \
                 rmd160  1ede28050f3539b0a202fdd8f940be84d7cb19d1

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

livecheck.check  regex
livecheck.url    ${homepage}
livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
