# $Id: Portfile 45792 2009-01-22 07:58:56Z digdog@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     digdog
master_sites    sourceforge:asfrecorder
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 }
