diff options
author | adam <adam@FreeBSD.org> | 1994-09-25 18:59:08 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-25 18:59:08 +0000 |
commit | 28baac6b4afdc457b3319574ace92196d2b10fa3 (patch) | |
tree | c8dd4d65b97a19ef7e8e56eb4076fb24002d1034 /mail/procmail/Makefile | |
parent | e17d09ed07953e3dc996f26e51ea4f4095bf229b (diff) | |
download | FreeBSD-ports-28baac6b4afdc457b3319574ace92196d2b10fa3.zip FreeBSD-ports-28baac6b4afdc457b3319574ace92196d2b10fa3.tar.gz |
Brought in procmail
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> |