# $Id: Portfile,v 1.1 2004/03/28 12:47:33 mww Exp $ PortSystem 1.0 name MacBiff version 1.1.2 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 0362360eb8de26a87a51d7e6d772a39c use_configure no destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 755 ${appPath} file copy ${worksrcpath}/build/${name}.app ${appPath}/${name}.app }