# $Id: Portfile,v 1.2 2005/11/29 23:43:26 mww Exp $

PortSystem 1.0
PortGroup xcode 1.0

name		huevos
version		1.1
categories	aqua www
maintainers	mww@opendarwin.org
description	customizable search engine helper for OS X
long_description	Huevos is a customizable search engine helper for Mac \
			OS X. Its easy to use: type in some text to search \
			for, choose a search engine, then hit the Return key.

homepage	http://ranchero.com/huevos/
master_sites	http://ranchero.com/downloads/
distname	${name}source
checksums	md5 c586fd603d9978b306aee428ea39e329
platforms	darwin

post-extract {
	file rename "${workpath}/Huevos ${version} Source" ${worksrcpath}
}

destroot	{
	xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
	system "find ${worksrcpath} -name Huevos.app -exec cp -r {} \
		${destroot}/Applications/DarwinPorts/ \\;"
}

