aboutsummaryrefslogtreecommitdiff
path: root/mail/newmail/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 03:13:08 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 03:13:08 +0000
commitf258cc5092ec7f04497bf34306f93feeef7722b0 (patch)
tree6b72e29346df769ed765842ab01016f19699e9fc /mail/newmail/Makefile
parentf4a90d7bbe5ace7f32a01c839952c7dbda826137 (diff)
downloadports-f258cc5092ec7f04497bf34306f93feeef7722b0.tar.gz
ports-f258cc5092ec7f04497bf34306f93feeef7722b0.zip
Initial import of newmail version 1.0.1.
A tool for checking for new mail in multiple mail boxes. PR: 14055 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
Notes
Notes: svn path=/head/; revision=22803
Diffstat (limited to 'mail/newmail/Makefile')
-rw-r--r--mail/newmail/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile
new file mode 100644
index 000000000000..3f3bf37f7ae6
--- /dev/null
+++ b/mail/newmail/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: newmail
+# Version required: 1.0.1
+# Date created: 30 Sep 1999
+# Whom: Andrew Stevenson <andrew@ugh.net.au>
+#
+# $FreeBSD$
+#
+
+DISTNAME= newmail-1.0.1
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \
+ ftp://css.tuu.utas.edu.au/pub/unix/newmail/
+
+MAINTAINER= andrew@ugh.net.au
+
+WRKSRC= ${WRKDIR}/newmail
+
+MAN1= newmail.1
+
+.include <bsd.port.mk>