1994-09-25 18:59:08 +00:00
|
|
|
# New ports collection makefile for: procmail
|
1999-04-07 06:11:28 +00:00
|
|
|
# Version required: 3.*
|
1994-09-25 18:59:08 +00:00
|
|
|
# Date created: 24 September 1994
|
|
|
|
# Whom: adam
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1994-09-25 18:59:08 +00:00
|
|
|
#
|
|
|
|
|
1999-04-07 06:11:28 +00:00
|
|
|
DISTNAME= procmail-3.13.1
|
1996-11-10 21:32:56 +00:00
|
|
|
CATEGORIES= mail
|
1999-03-07 18:02:17 +00:00
|
|
|
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
|
|
|
|
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
1995-04-17 07:50:37 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1995-04-11 20:28:32 +00:00
|
|
|
|
1999-08-27 20:32:35 +00:00
|
|
|
INSTALL_TARGET= install-suid install.man
|
|
|
|
|
1995-06-26 04:34:40 +00:00
|
|
|
# It asks for list af directories to do test for file locking
|
|
|
|
# (defaults to /tmp and ".", so return should suffice in most cases).
|
1997-03-06 04:31:46 +00:00
|
|
|
.if !defined(PACKAGE_BUILDING) # handled in patch-aa
|
1994-11-09 03:36:12 +00:00
|
|
|
IS_INTERACTIVE= yes
|
1997-03-06 04:31:46 +00:00
|
|
|
.endif
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= procmail.1 formail.1 lockfile.1
|
|
|
|
MAN5= procmailex.5 procmailrc.5 procmailsc.5
|
1994-09-25 18:59:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|