# $Id: Portfile,v 1.5 2004/04/27 18:36:00 matt Exp $ PortSystem 1.0 name newmail version 1.0.1 revision 1 categories mail maintainers mij@opendarwin.org description Utility to check for new mail in multiple mailboxes homepage http://www.ugh.net/~andrew/ platforms darwin long_description newmail looks at mailboxes and determines if any new \ mail has arrived. The mailboxes to be examined are \ specified as command line arguments. If a directory is \ specified, all mailboxes inside will be checked. By \ default, it runs every 15 minutes by the user's shell. master_sites ftp://ftp.ugh.net.au/pub/unix/newmail/ \ ftp://ftp.megamirror.com/pub/ugh/unix/newmail/ \ http://ftp.megamirror.com/pub/ugh/unix/newmail/ checksums md5 539810d1f47dda9a6db8a683c1d46db9 worksrcdir newmail post-extract { reinplace "s|/usr/local|${destroot}${prefix}|g" \ ${workpath}/${worksrcdir}/Makefile system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 -d \ ${destroot}${prefix}/share/man/man1" } configure {}