# $Id: Portfile,v 1.1 2005/06/02 06:00:29 mww Exp $

PortSystem 1.0
name			abcde
version			2.2.0
categories		audio
platforms		darwin
maintainers		jrdittmann@wisc.edu
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}
configure	{}
checksums	md5	e21dd33ab3b4eca6758976120d8a4f22
depends_lib	bin:oggenc:vorbis-tools \
		bin:lame:lame \
		bin:flac:flac \
		bin:cd-discid:cd-discid \
		bin:cdparanoia:cdparanoia \
		bin:id3v2:id3v2 \
		bin:normalize:normalize

destroot.destdir 	prefix=${destroot}${prefix}
patchfiles	patch-Makefile \
	        patch-abcde
