# $Id$

PortSystem 1.0
PortGroup gnustep 1.0

name				Pantomime
version				1.2.0pre3
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/
checksums			md5 06ee16477aacf7c5031936997723c791

depends_lib         port:gnustep-base
worksrcdir			${name}

post-patch {
    reinplace "s|lcrypto|lcrypto -liconv -lgnustep-base|" \
        ${worksrcpath}/Framework/Pantomime/GNUmakefile
}