# $Id: Portfile 27425 2007-08-03 13:51:11Z mww@macports.org $ PortSystem 1.0 name imapsync version 1.219 categories mail platforms darwin maintainers mww@macports.org description imapsync is an IMAP synchronization, copy or migration tool. long_description imapsync is an IMAP synchronization, copy or migration \ tool. Synchronize mailboxes between two imap servers. It is \ especially good at IMAP migration. homepage http://www.linux-france.org/prj/imapsync/ master_sites ${homepage}/dist/ freebsd extract.suffix .tgz checksums md5 49e4a5b9f614d2ec1d836f628fc193ee \ sha1 020e2f779c325c803fe06a4724147e3c653f67d6 depends_lib port:perl5.8 \ port:p5-digest-md5 \ port:p5-mail-imapclient \ port:p5-term-readkey \ port:p5-io-socket-ssl configure { reinplace "s|/usr/bin/perl -w|${prefix}/bin/perl|g" ${worksrcpath}/imapsync } build {} destroot { xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl system "cd ${destroot}${prefix}/bin && ln -s imapsync.pl imapsync" xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ GPL INSTALL README \ TODO VERSION ${destroot}${prefix}/share/doc/${name} } livecheck.check regex livecheck.url ${homepage}/dist/ livecheck.regex ${name}-(\[.0-9\]+)\\.tgz