# $Id: Portfile 88803 2012-01-12 07:22:22Z mww@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name getmail version 4.24.0 categories mail python platforms darwin maintainers mww license GPL-2 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. # getmail does not contain binary code supported_archs noarch homepage http://pyropus.ca/software/getmail/ master_sites ${homepage}/old-versions/ checksums md5 85cf05f692f282c254b14fae9ec236bd \ sha1 46cb6bc4af419ec4011c35799a3f1172df62fb7b \ rmd160 b256e2d993eab76fe58cf9d685d36b1b6e013cac dist_subdir ${name} patchfiles patch-setup.py.diff python.link_binaries_suffix post-destroot { foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] { file rename ${destroot}${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 }