freebsd-ports/mail/procmail/Makefile

32 lines
791 B
Makefile
Raw Normal View History

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-30 04:00:58 -04:00
PORTVERSION= 3.21
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 16:28:32 -04: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
# (defaults to /tmp and ".", so return should suffice in most cases).
.if !defined(PACKAGE_BUILDING) # handled in patch-aa
1994-11-08 22:36:12 -05:00
IS_INTERACTIVE= yes
.endif
MAN1= procmail.1 formail.1 lockfile.1
MAN5= procmailex.5 procmailrc.5 procmailsc.5
1994-09-25 14:59:08 -04:00
.include <bsd.port.pre.mk>
post-configure:
@${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h
.include <bsd.port.post.mk>