blob: 67273c67cf3829b90cdf88b21985c3f6495303e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: procmail
# Version required: 3.11pre4
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.20 1995/12/28 16:02:43 ache Exp $
#
DISTNAME= procmail-3.11pre4
PKGNAME= procmail-3.11p4
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).
IS_INTERACTIVE= yes
.include <bsd.port.mk>
|