diff options
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile new file mode 100644 index 0000000..55142ae --- /dev/null +++ b/mail/procmail/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: procmail +# Version required: 3.10 +# Date created: 24 September 1994 +# Whom: adam +# +# $Id$ +# + +DISTNAME= procmail-3.10pre3 +MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ + +install: + @echo "===> Installing for ${DISTNAME}" + @cd ${WRKSRC}; ${MAKE} install-suid + +.include <bsd.port.mk> |