# $Id: Portfile,v 1.3 2004/12/05 22:00:22 mww Exp $ PortSystem 1.0 name MacBiff version 1.1.10 categories aqua net platforms darwin maintainers dports@philipp-weissmann.de description IMAP Email checker long_description MacBiff is a GPL'd Mac OS X 10.3 (and greater) "Biff" \ Program. It periodically checks your IMAP server for \ new email, and reports where in your folder hierarchy \ your new mail resides. homepage http://www.forkit.org/macbiff/ master_sites ${homepage}/archive/ use_bzip2 yes distname macbiff-${version} worksrcdir ${name} build.type pbx build.target checksums md5 c56994d4705db6e0757f46470322aa02 use_configure no destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 755 ${appPath} system "cp -R ${worksrcpath}/build/${name}.app ${appPath}/${name}.app" }