diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-07-06 11:13:58 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-07-06 11:13:58 +0000 |
commit | 18ecf108f8917254151f6c2c5d0389a4c38a5ddb (patch) | |
tree | 078259439cb078c76ff41088fb6634149edee32c /mail/exim-old/Makefile | |
parent | Add net/radius: rlmadmin.c has a restrictive copyright (shareware for (diff) |
Add Exim. Exim is a high performance sendmail replacement (except no UUCP)
wiyh powerful retry/requeue and management features.
Written by Philip Hazel of Cambridge University.
OKed by: asami
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile new file mode 100644 index 000000000000..7aa06642ff50 --- /dev/null +++ b/mail/exim-old/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: exim +# Version required: 0.53 +# Date created: 23 June 1996 +# Whom: markm +# +# $Id$ +# + +DISTNAME= exim-0.53 +CATEGORIES+= mail +MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ +DISTFILES= exim-0.53.tar.gz exim-texinfo-0.52.gz +EXTRACT_ONLY= exim-0.53.tar.gz + +MAINTAINER= markm@FreeBSD.ORG + +post-extract: + @cp ${DISTDIR}/exim-texinfo-0.52.gz ${WRKSRC}/doc + @gunzip ${WRKSRC}/doc/exim-texinfo-0.52 + +do-configure: + mkdir ${WRKSRC}/Local + cp ${FILESDIR}/Makefile ${WRKSRC}/Local + cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local + -(cd ${WRKSRC}; make) + +.include <bsd.port.mk> |