# $Id: Portfile,v 1.1 2004/11/10 19:12:11 mww Exp $

PortSystem 1.0

name			RadioRecorder
version			1.07
categories		aqua audio
platforms		darwin
maintainers		mww@opendarwin.org
description		downloads online radio streams to your Mac
long_description	${description}

homepage		http://u1.netgate.net/~snowcat/RadioRecorder.html
master_sites	http://www.opendarwin.org/~mww/files/
checksums		md5 664f0c4d2f65e16e7304ccbb94d1b0e5
use_bzip2		yes

use_configure	no

build.type		pbx
build.args		SDKROOT=/
build.target

variant darwin7 {
	build.args-append	MACOSX_DEPLOYMENT_TARGET=10.3
}

destroot	{
	xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
	file copy ${worksrcpath}/build/RadioRecorder.app \
		${destroot}/Applications/DarwinPorts/
}
