# $Id: Portfile 121542 2014-06-29 16:22:02Z cal@macports.org $ PortSystem 1.0 name isync version 1.1.1 checksums rmd160 a8207433d368d621da81b1c68540e0838c391c0f \ sha256 c3a5fdcde1f4627137a0cbb66bebbb12bde4873deb872442be0b1d7a617f7491 categories mail platforms darwin license GPL-2 maintainers nomaintainer description Synchronizes a maildir with an imap server, provides mbsync command homepage http://isync.sourceforge.net/ long_description isync is a command line utility for synchronizing a \ remote IMAP mailbox with a local maildir-style mailbox. \ This is useful for working in disconnected mode, such as \ on a laptop. Modifications made locally and remotely are \ synchronized so that no message status flags are lost. \ Due to massive changes in interfaces the new command is \ called mbsync, isync is still provided for compatibility. master_sites sourceforge depends_lib port:db46 port:openssl port:zlib post-patch { reinplace "s|ldb|ldb-4|g" \ ${worksrcpath}/src/compat/Makefile.in \ ${worksrcpath}/src/compat/Makefile.am \ ${worksrcpath}/src/Makefile.in \ ${worksrcpath}/src/Makefile.am } configure.args --mandir=${prefix}/share/man configure.cppflags-append -I${prefix}/include/db46 configure.ldflags-append -L${prefix}/lib/db46 -ldb-4 post-destroot { xinstall -m 644 -W ${worksrcpath}/src \ compat/isync.1 mbsync.1 mdconvert.1 \ ${destroot}${prefix}/share/man/man1 }