# $Id: Portfile,v 1.1 2005/01/03 05:11:17 toby Exp $ PortSystem 1.0 name Pantomime version 1.2.0pre1 categories mail devel platforms darwin maintainers kevin@sb.org description a framework for supporing POP, IMAP3, and SMTP long_description Pantomime is a framework that implements support for POP, \ IMAP3, and SMTP. It's fast and easy to use. homepage http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3 master_sites http://www.collaboration-world.com/pantomime.data/releases/Stable/ checksums md5 2f3ddc10177013960e732cd35fd9373e \ sha1 b8e7caa2d1f51a3387ed0fb96b5140a24ef33aea worksrcdir ${name} use_configure no build.type pbx build.target build.args -project Pantomime.xcode -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/ destroot { xinstall -m 755 -d ${destroot}/Library/Frameworks/ file copy ${worksrcpath}/build/Pantomime.framework \ ${destroot}/Library/Frameworks/ }