mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
22 lines
597 B
Makefile
22 lines
597 B
Makefile
# New ports collection makefile for: procmail
|
|
# Version required: 3.11pre4
|
|
# Date created: 24 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $Id: Makefile,v 1.19 1995/06/26 05:00:44 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>
|