1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/procmail/Makefile

27 lines
677 B
Makefile
Raw Normal View History

1994-09-25 18:59:08 +00:00
# New ports collection makefile for: procmail
# Date created: 24 September 1994
# Whom: adam
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
1994-09-25 18:59:08 +00:00
#
2000-04-13 20:01:08 +00:00
PORTNAME= procmail
PORTVERSION= 3.15.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
MAINTAINER= ache@FreeBSD.org
1995-04-11 20:28:32 +00:00
INSTALL_TARGET= install-suid install.man
1999-08-27 20:32:35 +00: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 03:36:12 +00:00
IS_INTERACTIVE= yes
.endif
MAN1= procmail.1 formail.1 lockfile.1
MAN5= procmailex.5 procmailrc.5 procmailsc.5
1994-09-25 18:59:08 +00:00
.include <bsd.port.mk>