# $Id: Portfile,v 1.7 2006/03/22 00:18:02 mww Exp $ PortSystem 1.0 name libetpan version 0.44 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 17421a206b28d3ccff3048502901d90686fa5fe2 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 }