1999-03-24 14:04:14 -05:00
|
|
|
# OpenBSD makefile for: procmail
|
1997-11-14 19:04:24 -05:00
|
|
|
# Version required: 3.11pre7
|
1999-03-24 14:04:14 -05:00
|
|
|
# Date created: 10 Nov 1997
|
|
|
|
# Whom: ejovi
|
1997-11-17 16:47:27 -05:00
|
|
|
#
|
1999-03-24 14:04:14 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 1999/03/24 19:04:14 rohee Exp $
|
1997-11-17 16:47:27 -05:00
|
|
|
#
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-03-24 14:04:14 -05:00
|
|
|
DISTNAME= procmail-3.12
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= mail
|
1999-03-24 14:04:14 -05:00
|
|
|
#NO_CDROM= "NOFEE: Can not sell" # is GPLed as of version 3.12
|
1998-04-11 23:16:36 -04:00
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
|
|
|
INSTALL_TARGET= install-suid install.man
|
|
|
|
|
1999-03-24 14:04:14 -05:00
|
|
|
MAINTAINER= rohee@OpenBSD.ORG
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
# It asks for list af 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
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|