Portfile

# $Id: Portfile 20336 2006-11-02 00:43:36Z blair@macports.org $

PortSystem 1.0
name airport
version 0.1
distname ${name}
categories net
maintainers noses@noses.com
description wireless card utility by ragge@nada.kth.se
long_description command-line tool to access the airport-driver.
platforms darwin
master_sites http://www.macstumbler.com/
checksums md5 5a27269dc798425dbbac332b4df0ab61
use_configure no

destroot { xinstall -m 755 ${worksrcpath}/${name} \
${destroot}${prefix}/bin }