summaryrefslogtreecommitdiff
path: root/mail/procmail/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-27 23:11:39 +0000
committertron <tron@pkgsrc.org>1998-02-27 23:11:39 +0000
commitdf3003768d7aabee54a5348c7a0eea264ff14e19 (patch)
tree111e2e6ee7b4767256ccac60cdc69e3a695f8051 /mail/procmail/Makefile
parent7e3d43d6bb401a8e29bc99d90c2c17e626ecbe6c (diff)
downloadpkgsrc-df3003768d7aabee54a5348c7a0eea264ff14e19.tar.gz
Initial import of FreeBSD's "procmail" port.
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r--mail/procmail/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
new file mode 100644
index 00000000000..a169ed05f1b
--- /dev/null
+++ b/mail/procmail/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: procmail
+# Version required: 3.11pre7
+# Date created: 24 September 1994
+# Whom: adam
+#
+# $FreeBSD Id: Makefile,v 1.24 1997/05/14 14:40:34 ache Exp
+#
+
+DISTNAME= procmail-3.11pre7
+PKGNAME= procmail-3.11p7
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
+INSTALL_TARGET= install-suid install.man
+
+MAINTAINER= ache@FreeBSD.ORG
+
+# It asks for list af directories to do test for file locking
+# (defaults to /tmp and ".", so return should suffice in most cases).
+.if !defined(PACKAGE_BUILDING) # handled in patch-aa
+IS_INTERACTIVE= yes
+.endif
+MAN1= procmail.1 formail.1 lockfile.1
+MAN5= procmailex.5 procmailrc.5 procmailsc.5
+
+.include <bsd.port.mk>