# $Id: Portfile,v 1.8 2006/03/22 17:36:49 mww Exp $

PortSystem 1.0

name			libetpan
version			0.45
categories		mail devel
platforms		darwin
maintainers		mww@opendarwin.org
description		mail purpose library
long_description	libEtPan is a mail purpose library. It will be used for \
					low-level mail handling: network protocols \
					(IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already \
					implemented), local storage (mbox/MH/maildir), \
					message/MIME parser

homepage		http://libetpan.sourceforge.net/
master_sites	sourceforge
checksums		sha1 b750b555f63be5b1e1c68ce217210ca5b3220468

depends_lib		port:openssl port:cyrus-sasl2

configure.args	--with-openssl=${prefix} --with-sasl=${prefix} \
		--disable-iconv --disable-db

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
