# $Id: Portfile,v 1.8 2005/02/20 17:10:31 rshaw Exp $ PortSystem 1.0 name istumbler version 91 categories aqua maintainers rshaw@opendarwin.org description iStumbler is an Aqua GUI for finding wireless networks long_description iStumbler is a free, open source tool for finding \ 802.11b & 802.11g wireless networks. iStumbler \ combines a compact Aqua user interface with visual \ feedback of signal strength and encryption. homepage http://www.istumbler.net/ master_sites http://www.istumbler.net/downloads/ distname ${name}-${version}-src extract.suffix .tgz checksums md5 24e453c422fa678c96db8a6980cfb5f6 platforms darwin worksrcdir iStumbler use_configure no build.type pbx build.target build.args -buildstyle Deployment -target iStumbler destroot { cd ${worksrcpath}/build xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts system "cp -R iStumbler.app ${destroot}/Applications/DarwinPorts" }