# $Id: Portfile,v 1.2 2005/09/20 23:06:59 toby Exp $ PortSystem 1.0 name MailtoMutt version 0.4.1 categories aqua mail platforms darwin maintainers yeled@opendarwin.org description MailtoMutt is a very simple application which hanldles\ mailto URLs, and hands them off to the Mutt MUA. long_description ${description} homepage http://mailtomutt.sourceforge.net/ master_sites sourceforge:mailtomutt distfiles mailtomutt-${version}.tar.gz checksums md5 6754e9065e2c82fb21e192c89b287c19 worksrcdir mailtomutt-${version} use_configure no build.type pbx build.target build.args -buildstyle Development destroot { set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "ditto -v -rsrcFork ${name}.app ${appPath}/${name}.app" }