# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 72231 2010-10-08 01:53:17Z ryandesign@macports.org $ PortSystem 1.0 name pianobar version 2010.08.21 categories audio platforms darwin maintainers gmail.com:aguynamedryan+pianobar homepage http://6xq.net/html/00/17.html master_sites http://6xq.net/media/00/16/ use_bzip2 yes description Console-based pandora.com player long_description "pianobar" is a console client for the \ personalized web radio pandora \ (http://www.pandora.com).\ Play and manage stations, rate songs and \ see why they were selected, show upcoming \ configure keybindings, last.fm scrobbling, \ proxy support for listening outside of USA. depends_lib port:libao \ port:faad2 \ port:libmad checksums md5 980012b848ff24c0398a4a5641e2b76b \ sha1 9ee97c47623fbccdbb91c4a713524aebafd78b68 \ rmd160 4a5bc1278264151e317b78e44c0b84ef509e4463 use_configure no variant universal {} if {[variant_isset universal]} { set archflags ${configure.universal_cflags} } else { set archflags ${configure.cc_archflags} } build.args CC="${configure.cc} ${archflags}" \ PREFIX=${prefix} \ LIBAO_INCLUDE=${prefix}/include \ LIBFAAD_INCLUDE=${prefix}/include \ LIBMAD_INCLUDE=${prefix}/include destroot.args PREFIX=${prefix} livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}