# $Id: Portfile 59633 2009-10-18 11:23:43Z mww@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name getmail version 4.13.0 categories mail python platforms darwin maintainers mww description extensible mail retrieval system with POP3, IMAP4, SSL support long_description getmail version 4 is a flexible, extensible mail retrieval \ system with support for POP3, IMAP4, SSL variants of both, \ maildirs, mboxrd files, external MDAs, arbitrary message \ filtering, single-user and domain-mailboxes, and many \ other useful features. homepage http://pyropus.ca/software/getmail/ master_sites ${homepage}/old-versions/ checksums md5 e1b290c36912e62446dfc9a5203539ca \ sha1 64a80dcd465da9e5aae60615eeb6e04c59175b80 \ rmd160 9cda5699a5b5e302184b44e602951e7f1c143f74 dist_subdir ${name} patchfiles patch-setup.py.diff post-destroot { foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] { ln -s ${python.prefix}/bin/${binfile} \ ${destroot}${prefix}/bin/${binfile} } foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] { ln -s ${python.prefix}/share/man/man1/${manfile} \ ${destroot}${prefix}/share/man/man1/${manfile} } delete ${destroot}${prefix}/share/doc/${name} move ${destroot}${python.prefix}/share/doc/${name} \ ${destroot}${prefix}/share/doc }