summaryrefslogtreecommitdiff
path: root/mail/procmail/Makefile
blob: 5ed17a751ae81d2c90e3556400d923664e1616e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	procmail
# Version required:     3.11pre4
# Date created:		24 September 1994
# Whom:			adam
#
# $Id: Makefile,v 1.21 1996/11/10 21:32:41 obrien Exp $
#

DISTNAME=       procmail-3.11pre4
PKGNAME=        procmail-3.11p4
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).
IS_INTERACTIVE=	yes
MAN1=		procmail.1 formail.1 lockfile.1
MAN5=		procmailex.5 procmailrc.5 procmailsc.5

.include <bsd.port.mk>