openbsd-ports/mail/procmail/Makefile

21 lines
586 B
Makefile
Raw Normal View History

1999-04-20 13:58:39 -04:00
# $OpenBSD: Makefile,v 1.7 1999/04/20 17:58:39 rohee Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
1997-11-14 19:04:24 -05:00
1999-04-20 13:58:39 -04:00
DISTNAME= procmail-3.13.1
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
1999-03-25 14:34:39 -05:00
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/
1997-11-14 19:04:24 -05:00
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>