# $Id: Portfile,v 1.1 2005/01/17 10:36:08 mww Exp $ PortSystem 1.0 name imapsync version 1.116 categories mail platforms darwin maintainers mww@opendarwin.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/ extract.suffix .tgz checksums md5 adb94f623186bcaf6e69534fa8a15d38 depends_lib lib:XXX:p5-digest-md5 \ lib:XXX:p5-mail-imapclient configure { reinplace "s|/usr/bin/perl -w|${prefix}/bin/perl|g" ${worksrcpath}/imapsync } build {} destroot { xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin 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} }