Ticket #14875: Portfile

File Portfile, 1.4 KB (added by eu@…, 16 years ago)
Line 
1# $Id$
2PortSystem          1.0
3
4name                moc
5version             2.4.3
6categories          multimedia
7maintainers         martinvazquez.net:eu
8description         MOC (music on console) is a console audio player for LINUX/UNIX
9long_description    MOC (music on console) is a console audio player for LINUX/UNIX \
10                                        designed to be powerful and easy to use. \
11                                        Internet stream (Icecast, Shoutcast) are supported, \
12                                        key mapping can be fully customized. \
13                                        Supported file formats are: mp3, Ogg Vorbis, FLAC, Musepack, Speex, WAVE, \
14                                        AIFF, AU (and other less popular formats supported by libsndfile. New formats \
15                                        support is under development.
16
17homepage            http://moc.daper.net
18platforms           darwin
19master_sites        ftp://ftp.daper.net/pub/soft/moc/stable/
20
21checksums           md5 8808082848e90eeec5415baaec7e98ad \
22                                        sha1 d9b54636f51f5366e94b684ddff3e869b1c634ac \
23                                        rmd160 34470535b16ab329a9055b05550028ceb0a860f7
24
25extract.cmd bunzip2
26extract.suffix      .tar.bz2
27
28depends_lib         port:libiconv \
29                                        port:libncurses \
30                                        port:libmad \
31                                        port:ffmpeg \
32                                        port:mpc \
33                                        port:libid3tag \
34                                        port:libsamplerate \
35                                        port:jack \
36                                        port:curl
37
38
39patchfiles                      patch-configure.diff \
40                                        patch-options.diff
41
42configure.args          --with-jack
43
44default_variants        +autojack
45
46
47variant autojack description {Autostart jack on mocp init and close it on server stop} {
48        patchfiles-append       patch-autojack.diff
49}