# $Id: Portfile 86303 2011-10-24 12:26:54Z ryandesign@macports.org $

PortSystem      1.0
name            ASFRecorder
version         1.1
revision        1
homepage        http://asfrecorder.sourceforge.net
description     WindowsMedia Streaming client
long_description ASFRecorder is a tool which enables you to \
                download and save streaming content in Windows \
                Media Format to your hard drive. It consists of \
                a console-mode application which can be compiled \
                in Linux, Darwin and SunOS.
categories      net
platforms       darwin
maintainers     nomaintainer
master_sites    sourceforge:project/asfrecorder/asfrecorder/${version}
distname        ASFRecorder
use_zip         yes
checksums       md5 c0cd281b9f72479945058735d8eff8a2
use_configure   no
build           { system "cc -o ${workpath}/${name}/source/${name} \
                ${workpath}/${name}/source/asfrecorder.c"}
destroot        { xinstall -m 755 ${workpath}/${name}/source/ASFRecorder \
                ${destroot}${prefix}/bin }
