# $Id: Portfile 123695 2014-08-12 21:19:40Z mf2k@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup dinhviethoa libetpan 1.2 categories mail devel platforms darwin license BSD maintainers mww 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 checksums rmd160 533e99492a238a88cfdc6de95870e90147c29c76 \ sha256 1cf65fc6c72dce78f7912adabc559c3be554315a66d75c46f47dd6fc8488abf4 depends_build-append port:autoconf \ port:automake \ port:libtool depends_lib-append port:openssl port:cyrus-sasl2 port:curl port:zlib port:expat configure.cmd ./autogen.sh configure.args --with-openssl=${prefix} --with-sasl=${prefix} \ --enable-iconv --disable-db # Unsure if this is needed post-build { reinplace -E {s|-arch [a-z0-9_]+||g} \ ${worksrcpath}/libetpan-config }