# $Id: Portfile,v 1.5 2004/04/10 16:43:48 rshaw Exp $ PortSystem 1.0 PortGroup zope 1.0 zope.setup PloneWebMail 0.93 revision 1 categories-append mail maintainers rshaw@opendarwin.org description Plone web email product long_description PloneWebMail is an IMAP (POP3 support coming \ soon) email client for Plone. It's very simple \ and the features are basic : \ - Read IMAP messages with attachments \ - Send & forward messages with attachments \ (plain text & HTML) \ - IMAP folders management \ - copy/move IMAP messages \ - Basic addressbook \ - i18n implementation homepage http://plonewebmail.1000asa.com/ master_sites ${homepage}/Members/lortymanager/ checksums md5 1230f3916221fcb4a50631896501dd43 platforms darwin freebsd # Depends on these Zope products depends_lib lib:XXX:zope-cmfplone patchfiles patch-top_bar.diff \ patch-addressbook.diff post-patch { cd ${worksrcpath} system "rm -rf ${zope.product}/skins/${zope.product}/img/.xvpics" file copy ${filespath}/addcontact.png \ ${zope.product}/skins/${zope.product}/img/ system "find ${worksrcpath} -type f | xargs chmod a+r" }