# $Id: Portfile 45610 2009-01-18 22:00:27Z blb@macports.org $

PortSystem              1.0
PortGroup               xcode 1.0

name                    huevos
version                 1.1
categories              aqua www
maintainers             nomaintainer

description             customizable search engine helper for OS X
long_description        Huevos is a customizable search engine helper for Mac \
                        OS X. It's 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 -d ${destroot}${applications_dir}
    copy ${worksrcpath}/build/${xcode.configuration}/Huevos.app ${destroot}${applications_dir}
}
