blob: 43bd0c68e3db80fb4ab9b5f32f33ffc867c19721 (
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
24
25
|
# New ports collection makefile for: procmail
# Version required: 3.11pre7
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.23 1997/03/06 04:31:07 asami Exp $
#
DISTNAME= procmail-3.11pre7
PKGNAME= procmail-3.11p7
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).
.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>
|