a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup xcode 1.0
name huevos
version 1.1
categories aqua www
maintainers nomaintainer@macports.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/MacPorts/
system "find ${worksrcpath} -name Huevos.app -exec cp -r {} \
${destroot}/Applications/MacPorts/ \\;"
}