# $Id: Portfile 99156 2012-10-28 21:18:59Z jmr@macports.org $ PortSystem 1.0 name mailsync version 5.2.1 revision 3 categories mail platforms darwin license GPL-2 maintainers nomaintainer description keeps collection of mailboxes in sync long_description Mailsync is a way of keeping a collection of mailboxes \ synchronized. The mailboxes may be on the local filesystem \ or on an IMAP server. homepage http://mailsync.sourceforge.net/ master_sites sourceforge distname mailsync_${version}.orig checksums md5 67c9f68575756b76581cf9be74608aa5 depends_lib port:cclient \ port:openssl worksrcdir ${name}-${version} configure.args --with-c-client=${prefix} --with-krb5=${prefix} \ --with-openssl=${prefix} \ --mandir=${prefix}/share/man configure.cppflags "-I${prefix}/include/c-client" platform darwin { patchfiles-append patch-configure if {${os.major} <= 9} { patchfiles-append patch-configure-oldpam } }