Ticket #28740: Portfile

File Portfile, 1.4 KB (added by pmetzger (Perry E. Metzger), 13 years ago)

Updated portfile to permit upgrade to 2.4.2

Line 
1# $Id: Portfile 65047 2010-03-20 13:06:23Z ryandesign@macports.org $
2
3PortSystem              1.0
4
5name                    abcde
6version                 2.4.2
7categories              audio
8platforms               darwin
9maintainers             nomaintainer
10
11description             A Better CD Encoder
12
13long_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
18homepage                http://code.google.com/p/abcde/
19
20master_sites            http://abcde.googlecode.com/files/
21
22checksums           md5     2147527c245ed70af7b218b642201669 \
23                    sha1    6b91cce8315174500f134133c10d8c9ab233c8a2 \
24                    rmd160  1110ab9a2dd0424076d196fc7b6432fc5c752c28
25
26depends_lib             port:vorbis-tools \
27                        port:lame \
28                        port:flac \
29                        port:cd-discid \
30                        port:cdparanoia \
31                        port:id3v2 \
32                        port:normalize
33
34patchfiles              patch-Makefile \
35                        bash.diff
36
37use_configure           no
38
39destroot.destdir        prefix=${destroot}${prefix}
40
41universal_variant       no