summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-09-25 18:59:08 +0000
committerAdam David <adam@FreeBSD.org>1994-09-25 18:59:08 +0000
commitf012d4309d9526d14e056e712da8195fb76fdc21 (patch)
tree7ea95ba5e7e4c698b58ee4f47d0ff6ad582a7bdd /mail/procmail
parentAdded pmf (diff)
Brought in procmail
Notes
Notes: svn path=/head/; revision=125
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile16
-rw-r--r--mail/procmail/pkg-comment1
-rw-r--r--mail/procmail/pkg-descr9
-rw-r--r--mail/procmail/pkg-plist11
4 files changed, 37 insertions, 0 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
new file mode 100644
index 000000000000..55142ae9c723
--- /dev/null
+++ b/mail/procmail/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: procmail
+# Version required: 3.10
+# Date created: 24 September 1994
+# Whom: adam
+#
+# $Id$
+#
+
+DISTNAME= procmail-3.10pre3
+MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
+
+install:
+ @echo "===> Installing for ${DISTNAME}"
+ @cd ${WRKSRC}; ${MAKE} install-suid
+
+.include <bsd.port.mk>
diff --git a/mail/procmail/pkg-comment b/mail/procmail/pkg-comment
new file mode 100644
index 000000000000..bd0d6ac9d8ed
--- /dev/null
+++ b/mail/procmail/pkg-comment
@@ -0,0 +1 @@
+ProcMail local mail delivery agent, version 3.10
diff --git a/mail/procmail/pkg-descr b/mail/procmail/pkg-descr
new file mode 100644
index 000000000000..e7761038505c
--- /dev/null
+++ b/mail/procmail/pkg-descr
@@ -0,0 +1,9 @@
+This is ProcMail, the ultimate incoming mail processor.
+If you want it to replace the functionality of /usr/libexec/mail.local
+then it must be suid root and needs the following lines in your
+hostname.mc file for sendmail:
+
+define(`LOCAL_MAILER_PATH', /usr/local/bin/procmail)dnl
+define(`LOCAL_MAILER_FLAGS', ShPfn)dnl
+define(`LOCAL_MAILER_ARGS', procmail -a $h -d $u)dnl
+mailer(local)dnl
diff --git a/mail/procmail/pkg-plist b/mail/procmail/pkg-plist
new file mode 100644
index 000000000000..9bb501ad64df
--- /dev/null
+++ b/mail/procmail/pkg-plist
@@ -0,0 +1,11 @@
+@cwd /usr/local
+bin/procmail
+bin/formail
+bin/lockfile
+bin/mailstat
+man/man1/procmail.1
+man/man1/formail.1
+man/man1/lockfile.1
+man/man5/procmailex.5
+man/man5/procmailrc.5
+man/man5/procmailsc.5