# $Id: Portfile 24141 2007-04-17 10:24:38Z ryandesign@macports.org $ PortSystem 1.0 name archivemail categories mail python version 0.7.0 platforms darwin description archive and compress old email long_description \ archivemail is a tool written in Python for archiving and \ compressing old email in mailboxes. It can move messages older \ than the specified number of days to a separate mbox format \ mailbox that is compressed with gzip, or optionally just delete \ old email. homepage http://archivemail.sourceforge.net master_sites sourceforge checksums sha1 fcba04b7ae748d54b8ebcbecb0aad08c4f58e927 depends_lib bin:python:python24 use_configure no build {} destroot.cmd ${prefix}/bin/python setup.py install destroot.destdir --prefix=${prefix} --root=${destroot} --install-data=${prefix}/share post-destroot { system "gzip -9 ${destroot}${prefix}/share/man/man1/archivemail.1" xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -W ${worksrcpath} CHANGELOG FAQ README TODO \ ${destroot}${prefix}/share/doc/${name} }