summaryrefslogtreecommitdiff
path: root/mail/procmail/Makefile
blob: a0e38e99011cc44b065daa5764415d0c88d8c9ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	procmail
# Version required:	3.10
# Date created:		24 September 1994
# Whom:			adam
#
# $Id: Makefile,v 1.9 1994/11/22 01:53:32 ache Exp $
#

DISTNAME=	procmail-3.10
MASTER_SITES=	ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
IS_INTERACTIVE=	yes

install:
.if !defined(BATCH)
	@echo "===>  Installing for ${DISTNAME}"
	@cd ${WRKSRC}; ${MAKE} install-suid install.man
.endif

.include <bsd.port.mk>