# $Id: Portfile,v 1.1 2003/07/30 19:17:55 waqar Exp $ PortSystem 1.0 name huevos version 1.1 categories www maintainers mail@mweissmann.de 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 distfiles ${name}source${extract.sufx} checksums md5 c586fd603d9978b306aee428ea39e329 platforms darwin configure {} build.dir ${workpath}/Huevos ${version} Source/ build.type pbx build.target install { system "install -d ${destroot}/Applications/DarwinPorts \ && ditto -rsrcFork \ ${workpath}/Huevos\\ ${version}\\ Source/build/Huevos.app \ ${destroot}/Applications/DarwinPorts/Huevos.app" } install.target