a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21512 2007-01-26 14:02:28Z mww@macports.org $
PortSystem 1.0
name libetpan
version 0.49
categories mail devel
platforms darwin
maintainers mww@macports.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 857fb35678aed2b7a67bea37907c0f4faec6f17f
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
}