aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-09-26 02:59:08 +0800
committeradam <adam@FreeBSD.org>1994-09-26 02:59:08 +0800
commit28baac6b4afdc457b3319574ace92196d2b10fa3 (patch)
treec8dd4d65b97a19ef7e8e56eb4076fb24002d1034 /mail
parente17d09ed07953e3dc996f26e51ea4f4095bf229b (diff)
downloadfreebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.tar.gz
freebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.tar.zst
freebsd-ports-gnome-28baac6b4afdc457b3319574ace92196d2b10fa3.zip
Brought in procmail
Diffstat (limited to 'mail')
-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