mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
24 lines
683 B
Makefile
24 lines
683 B
Makefile
# New ports collection makefile for: procmail
|
|
# Version required: 3.11pre4
|
|
# Date created: 24 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $Id: Makefile,v 1.21 1996/11/10 21:32:41 obrien 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
|
|
MAN1= procmail.1 formail.1 lockfile.1
|
|
MAN5= procmailex.5 procmailrc.5 procmailsc.5
|
|
|
|
.include <bsd.port.mk>
|