freebsd-ports/mail/procmail/Makefile

26 lines
742 B
Makefile
Raw Normal View History

1994-09-25 19:59:08 +01:00
# New ports collection makefile for: procmail
1997-05-14 16:40:42 +02:00
# Version required: 3.11pre7
1994-09-25 19:59:08 +01:00
# Date created: 24 September 1994
# Whom: adam
#
1997-05-14 16:40:42 +02:00
# $Id: Makefile,v 1.23 1997/03/06 04:31:07 asami Exp $
1994-09-25 19:59:08 +01:00
#
1997-05-14 16:40:42 +02:00
DISTNAME= procmail-3.11pre7
PKGNAME= procmail-3.11p7
CATEGORIES= mail
1995-04-11 22:28:32 +02:00
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
1995-06-26 07:00:44 +02:00
INSTALL_TARGET= install-suid install.man
1995-04-16 15:49:18 +02:00
MAINTAINER= ache@FreeBSD.ORG
1995-04-11 22:28:32 +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).
.if !defined(PACKAGE_BUILDING) # handled in patch-aa
1994-11-09 04:36:12 +01:00
IS_INTERACTIVE= yes
.endif
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>