Ticket #24867: Portfile

File Portfile, 1.2 KB (added by nielsd (Niels Dettenbach), 14 years ago)

audio/darkice/Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                darkice
6version             1.0
7categories          audio
8maintainers         syndicat.com:nd
9description         live audio encoder and streamer
10long_description    DarkIce is a live audio streamer. It records audio from an audio interface \
11                    (e.g. sound card), encodes it and sends it to a streaming server (i.e. IceCast, ShoutCast...). \
12                    (depending from your encoding needs you may need to preinstall lame, twolame, vorbis and/or faac/faad)
13
14homepage            http://www.darkice.org/
15platforms           darwin freebsd
16master_sites        http://darkice.google.com/files/ \
17                    http://darkice.org/download/
18
19checksums           md5     1804e63d42a9703d01fe378c9a77c473 \
20                    sha1    dcf9b16f9421c57d5c4afdc601a5a482aa815028 \
21                    rmd160  644fa78893ff566f6967265212f151dc658bca34
22
23
24configure.args      --with-vorbis-prefix=${prefix} \
25                    --with-lame-prefix=${prefix} \
26                    --with-twolame-prefix=${prefix} \
27                    --with-faac-prefix=${prefix} \
28                    --mandir=${prefix}/share/man
29