# $Id: Portfile 125218 2014-09-10 16:44:23Z jmr@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
license         Permissive
platforms       darwin
maintainers     nomaintainer
master_sites    sourceforge:project/asfrecorder/asfrecorder/${version}
distname        ASFRecorder
use_zip         yes
checksums       md5 c0cd281b9f72479945058735d8eff8a2
use_configure   no
build           { system "${configure.cc} ${configure.cflags} ${configure.cc_archflags} -o ${worksrcpath}/source/${name} \
                ${worksrcpath}/source/asfrecorder.c"}
destroot        { xinstall -m 755 ${worksrcpath}/source/ASFRecorder \
                ${destroot}${prefix}/bin }
