eb6b5aa125
Newmail looks at mailboxes and determines if any new mail has arrived. The mailboxes to be examined are specified as command line arguments. A directory can be specified and newmail will check every mailbox inside.
14 lines
387 B
Makefile
14 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/11/21 18:27:18 nra Exp $
|
|
# FreeBSD: ports/mail/newmail/Makefile,v 1.4 2001/06/08 18:36:36 dwcjr Exp
|
|
#
|
|
|
|
DISTNAME= newmail-1.0.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
COMMENT= program to check multiple local mailboxes for new mail
|
|
|
|
WRKSRC= ${WRKDIR}/newmail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|