1 | # $Id: Portfile 65047 2010-03-20 13:06:23Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name abcde |
---|
6 | version 2.4.2 |
---|
7 | categories audio |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | description A Better CD Encoder |
---|
12 | |
---|
13 | long_description abcde is a frontend command-line utility (actually, a \ |
---|
14 | shell script) that grabs tracks off a CD, encodes \ |
---|
15 | them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or \ |
---|
16 | MPP/MP+(Musepack) format, and tags them, all in one go. |
---|
17 | |
---|
18 | homepage http://code.google.com/p/abcde/ |
---|
19 | |
---|
20 | master_sites http://abcde.googlecode.com/files/ |
---|
21 | |
---|
22 | checksums md5 2147527c245ed70af7b218b642201669 \ |
---|
23 | sha1 6b91cce8315174500f134133c10d8c9ab233c8a2 \ |
---|
24 | rmd160 1110ab9a2dd0424076d196fc7b6432fc5c752c28 |
---|
25 | |
---|
26 | depends_lib port:vorbis-tools \ |
---|
27 | port:lame \ |
---|
28 | port:flac \ |
---|
29 | port:cd-discid \ |
---|
30 | port:cdparanoia \ |
---|
31 | port:id3v2 \ |
---|
32 | port:normalize |
---|
33 | |
---|
34 | patchfiles patch-Makefile \ |
---|
35 | bash.diff |
---|
36 | |
---|
37 | use_configure no |
---|
38 | |
---|
39 | destroot.destdir prefix=${destroot}${prefix} |
---|
40 | |
---|
41 | universal_variant no |
---|