# $Id: Portfile 34110 2008-02-13 17:16:14Z simon@macports.org $ PortSystem 1.0 name archivemail version 0.7.2 categories mail python platforms darwin maintainers nomaintainer 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 md5 e444424688e6ec063e829176e4eb62e2 \ sha1 0ff9b8991b04f09cf9536c45b6f9e05d2427a459 \ rmd160 da85dff5114100d76f8f5ac19172d8a557801455 depends_lib bin:python:python24 use_configure no build {} # I don't know a better way so it works even if python_select is not # installed. If there is please tell me (simon@macports.org) or just change # it. if {[file exists ${prefix}/bin/python]} { set python python } else { set python python2.4 } destroot.cmd ${prefix}/bin/${python} setup.py install destroot.destdir --prefix=${prefix} \ --root=${destroot} \ --install-data=${prefix}/share post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -W ${worksrcpath} CHANGELOG FAQ README TODO \ ${destroot}${prefix}/share/doc/${name} }