Ticket #30650: Portfile

File Portfile, 1.2 KB (added by felix@…, 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem              1.0
5
6
7name                    shell-fm
8version                 0.8.1
9categories              audio
10platforms               darwin
11maintainers             fawong.com:waf
12homepage                https://github.com/jkramer/shell-fm
13master_sites            https://fawong.com/macports/shell-fm
14
15description             Console-based last.fm player
16
17long_description        shell-fm is a lightweight, console-based player for Last.FM radio streams. \
18                        Its pretty small (the binary is currently a little smaller than 60K, or 50K when stripped) \
19                        and it has most features the official player has, if not even a few more. \
20                        \
21                        Additional features are, for example: \
22                        network interface (control shell-fm remotely) \
23                        autoban (automatically ban all tracks of an artist you dont like) \
24                        bookmark stations (quickly jump to bookmarked stations with a single key) \
25                        ... probably more
26
27depends_lib             port:libao
28
29checksums               md5     d1bfb8a9305a2c5903c318e4924564b0 \
30                        sha1    25e467b85ee7947b48ac0c0c1650a3e3ad363361 \
31                        rmd160  a09aa6267986a4b22065aeb4b9b0ee8f615c72a3
32
33use_configure           no
34
35build.args              PREFIX=${prefix}
36destroot.args           PREFIX=${prefix}