1994-09-25 14:59:08 -04:00
|
|
|
# New ports collection makefile for: procmail
|
|
|
|
# Date created: 24 September 1994
|
|
|
|
# Whom: adam
|
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
1994-09-25 14:59:08 -04:00
|
|
|
#
|
|
|
|
|
2000-04-13 16:01:08 -04:00
|
|
|
PORTNAME= procmail
|
2001-06-29 02:46:38 -04:00
|
|
|
PORTVERSION= 3.20
|
1996-11-10 16:32:56 -05:00
|
|
|
CATEGORIES= mail
|
1999-03-07 13:02:17 -05:00
|
|
|
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
|
|
|
|
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
1995-04-17 03:50:37 -04:00
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1995-04-11 16:28:32 -04:00
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
INSTALL_TARGET= install-suid install.man
|
1999-08-27 16:32:35 -04:00
|
|
|
|
2001-06-05 07:20:56 -04:00
|
|
|
# It asks for list of directories to do test for file locking
|
1995-06-26 00:34:40 -04:00
|
|
|
# (defaults to /tmp and ".", so return should suffice in most cases).
|
1997-03-05 23:31:46 -05:00
|
|
|
.if !defined(PACKAGE_BUILDING) # handled in patch-aa
|
1994-11-08 22:36:12 -05:00
|
|
|
IS_INTERACTIVE= yes
|
1997-03-05 23:31:46 -05:00
|
|
|
.endif
|
1996-11-18 09:17:24 -05:00
|
|
|
MAN1= procmail.1 formail.1 lockfile.1
|
|
|
|
MAN5= procmailex.5 procmailrc.5 procmailsc.5
|
1994-09-25 14:59:08 -04:00
|
|
|
|
2001-06-14 10:18:22 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-configure:
|
2001-06-15 03:25:51 -04:00
|
|
|
@${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h
|
2001-06-14 10:18:22 -04:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|