a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name deletemail
version 0.5
categories mail
platforms darwin
maintainers nomaintainer@macports.org
description non-interactive tool for removing mail from IMAP4 mailboxes
long_description deletemail is a non-interactive tool for removing mail \
from one or more IMAP4 mailboxes. It removes mail older than a \
configurable number of days, and by default does not remove \
mail that is not marked as seen on the server
homepage http://code.jhweiss.de/deletemail/
master_sites ftp://ftp.in-berlin.de/pub/users/weiss/deletemail/
checksums sha1 8d3f85e88d2aa58125129b2c4d83d5a5bf8b4985
use_bzip2 yes
depends_lib port:openssl
configure.args --mandir=${prefix}/share/man --with-ssl=${prefix}
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}