Ticket #25334: Portfile

File Portfile, 1.3 KB (added by aguynamedryan+macports@…, 14 years ago)

Portfile for pianobar

Line 
1# $Id$
2
3PortSystem                  1.0
4
5name                        pianobar
6version                     0.0.0
7revision                    0
8categories                  audio
9platforms                   darwin
10maintainers                 gmail.com:aguynamedryan+pianobar
11homepage                    http://6xq.net/html/00/17.html
12
13description                 Console-based pandora.com player
14
15long_description            “pianobar" is a free/open-source, \
16                            (http://www.pandora.com).\
17                            - play and manage (create, add more music, delete, rename, ...) your stations\
18                            - rate played songs and let pandora explain why they have been selected\
19                            - show upcoming songs/song history\
20                            - configure keybindings\
21                            - last.fm scrobbling support (external application)\
22                            - proxy support for listeners outside the USA
23                           
24
25fetch.type                  git
26git.url                     git://github.com/PromyLOPh/pianobar.git
27git.branch                  6a0f620
28
29depends_lib                 port:libao \
30                            port:faad2 \
31                            port:libmad
32
33patchfiles                  patch-Makefile.diff
34
35use_configure               no