# $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp@macports.org $

PortSystem 1.0
name				Pantomime-Framework
version				1.2.0pre1
categories			mail devel
platforms			darwin
maintainers         nomaintainer
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/
distfiles           Pantomime-${version}${extract.suffix}
checksums			md5 2f3ddc10177013960e732cd35fd9373e \
					sha1 b8e7caa2d1f51a3387ed0fb96b5140a24ef33aea

worksrcdir			Pantomime

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/
}
