# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem      1.0

name            ASFRecorder
version         1.1
revision        1
categories      net
platforms       darwin
license         Permissive
maintainers     nomaintainer

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.

homepage        http://asfrecorder.sourceforge.net
master_sites    sourceforge:project/asfrecorder/asfrecorder/${version}
distname        ASFRecorder
use_zip         yes

checksums       md5 c0cd281b9f72479945058735d8eff8a2

use_configure   no

variant universal {}

build {
    system -W ${worksrcpath}/source "${configure.cc} ${configure.cflags} [get_canonical_archflags cc] -o ${name} asfrecorder.c"
}

destroot {
    xinstall -m 755 ${worksrcpath}/source/ASFRecorder ${destroot}${prefix}/bin
}