Ticket #25260: Portfile.2

File Portfile.2, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

revised Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4
5name            audacious
6version         2.3
7categories      media
8platforms       darwin
9maintainers     nodetwo.com:jdunn
10
11description \
12                Audacious is an advanced audio player.
13
14long_description \
15                Audacious is an advanced audio player. It is free, lightweight, based on GTK2, runs on Linux and many other *nix platforms and is focused on audio quality and supporting a wide range of audio codecs. \
16                \
17                Its advanced audio playback engine is considerably more powerful than GStreamer. Audacious is a fork of Beep Media Player (BMP), which itself forked from XMMS.
18
19homepage        http://www.audacious-media-player.org/
20master_sites    http://distfiles.atheme.org/
21
22extract.suffix  .tgz
23
24checksums \
25                md5     b65753880c6762cdad6423df48590304 \
26                sha1    a7041650c54b6db68d0f3b3cf68f61fc7f841f34 \
27                rmd160  b86e28795e0fb959feade6714a103e431b5c51e0
28
29depends_lib \
30                port:libmcs \
31                port:gtk2 \
32                port:dbus
33
34post-patch {
35    # Remove terminal color sequences so the log is readable.
36    reinplace {s|\\033[^m]*m||g} ${worksrcpath}/buildsys.mk.in
37}