1994-09-25 19:59:08 +01:00
|
|
|
# New ports collection makefile for: procmail
|
|
|
|
# Date created: 24 September 1994
|
|
|
|
# Whom: adam
|
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1994-09-25 19:59:08 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= procmail
|
2001-02-05 23:58:35 +01:00
|
|
|
PORTVERSION= 3.15.1
|
1996-11-10 22:32:56 +01:00
|
|
|
CATEGORIES= mail
|
1999-03-07 19:02:17 +01:00
|
|
|
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
|
|
|
|
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
1995-04-17 09:50:37 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1995-04-11 22:28:32 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
INSTALL_TARGET= install-suid install.man
|
1999-08-27 22:32:35 +02:00
|
|
|
|
1995-06-26 06:34:40 +02: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 05:31:46 +01:00
|
|
|
.if !defined(PACKAGE_BUILDING) # handled in patch-aa
|
1994-11-09 04:36:12 +01:00
|
|
|
IS_INTERACTIVE= yes
|
1997-03-06 05:31:46 +01:00
|
|
|
.endif
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= procmail.1 formail.1 lockfile.1
|
|
|
|
MAN5= procmailex.5 procmailrc.5 procmailsc.5
|
1994-09-25 19:59:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|