freebsd-ports/mail/procmail/Makefile
Andrey A. Chernov 26b15f9517 upgrade to 3.12
Submitted by:  Ollivier Robert <roberto@keltia.freenix.fr>
1999-03-07 18:02:17 +00:00

27 lines
772 B
Makefile

# New ports collection makefile for: procmail
# Version required: 3.12
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.24 1997/05/14 14:40:34 ache Exp $
#
DISTNAME= procmail-3.12
PKGNAME= procmail-3.12
CATEGORIES= mail
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
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>