summaryrefslogtreecommitdiff
path: root/mail/newmail/Makefile
diff options
context:
space:
mode:
authornra <nra@pkgsrc.org>2001-11-21 18:27:18 +0000
committernra <nra@pkgsrc.org>2001-11-21 18:27:18 +0000
commiteb6b5aa1257b552a156eb23a9e9efd2984a19d35 (patch)
treebf3b33ef84627776e13e401a0e6d4360501f2585 /mail/newmail/Makefile
parent9ceba69856656d42a16c8c3603ea9a4ae9d0b100 (diff)
downloadpkgsrc-eb6b5aa1257b552a156eb23a9e9efd2984a19d35.tar.gz
Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.
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.
Diffstat (limited to 'mail/newmail/Makefile')
-rw-r--r--mail/newmail/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile
new file mode 100644
index 00000000000..d0d300e44d1
--- /dev/null
+++ b/mail/newmail/Makefile
@@ -0,0 +1,14 @@
+# $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"