# $Id: Portfile 50123 2009-04-26 07:41:00Z blb@macports.org $

PortSystem 1.0

name			abcde
version			2.3.3
categories		audio
platforms		darwin
maintainers		nomaintainer
description		A Better CD Encoder
long_description	\
	abcde is a frontend command-line utility (actually, a shell script) \
	that grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, \
	Ogg/Speex and/or MPP/MP+(Musepack) format, and tags them, all in one\
	go.

homepage	http://www.hispalinux.es/~data/abcde.php

master_sites	http://www.hispalinux.es/~data/files/
distname	${name}_${version}.orig
worksrcdir	${name}-${version}
use_configure   no
checksums		md5     94877d1e410ae420630b1048e82907d3 \
				sha1    76486a0bcb4ac85d052e0d244da3abbeab3c5db0 \
				rmd160  a96030891e263e765cd86151ec227b1d3babbcea
depends_lib	port:vorbis-tools \
		port:lame \
		port:flac \
		port:cd-discid \
		port:cdparanoia \
		port:id3v2 \
		port:normalize

destroot.destdir 	prefix=${destroot}${prefix}
patchfiles	patch-Makefile \
	        bash.diff \
	        redir.diff

universal_variant   no
