# $Id: Portfile,v 1.11 2006/06/01 05:03:43 markd Exp $
PortSystem		1.0

name			istumbler
version			94
categories		aqua
maintainers		darwinports@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/archive/release94/downloads/

distname		${name}-${version}-src
extract.suffix	.tgz
checksums		md5 a4ddb5d3fcac7f661d604c2f73eecacb
platforms		darwin

worksrcdir		iStumbler

use_configure	no

build.type		pbx
build.target
build.args		-buildstyle Deployment -target iStumbler

destroot.destdir	${destroot}/Applications/DarwinPorts

set BUILD_LOCATION_EXTRA ""

destroot {
	cd ${worksrcpath}/build
	xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts
	file copy ${worksrcpath}/build/${BUILD_LOCATION_EXTRA}/iStumbler.app \
		${destroot}/Applications/DarwinPorts/
}

platform darwin 8 {
	set BUILD_LOCATION_EXTRA "Deployment/"
}
