1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/exim-devel/Makefile
Mark Murray 18ecf108f8 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
1996-07-06 11:13:58 +00:00

28 lines
617 B
Makefile

# 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>