For some very strange reason, this file did not get committed. Rather

critical I think.
This commit is contained in:
peter 2000-01-26 11:54:13 +00:00
parent fe90583809
commit c767451029

View File

@ -1,28 +1,29 @@
# $OpenBSD: Makefile,v 1.4 1999/03/31 22:39:43 marc Exp $
# $OpenBSD: Makefile,v 1.5 2000/01/26 11:54:13 peter Exp $
#
DISTNAME= exim-2.12
DISTNAME= exim-3.12
CATEGORIES= mail
MAINTAINER= peter.galbavy@knowledge.com
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
DISTFILES= exim-2.12.tar.gz exim-texinfo-2.10.tar.gz
DISTFILES= exim-3.12.tar.gz exim-texinfo-3.10.tar.gz
do-configure:
@${MKDIR} ${WRKSRC}/Local
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
# @${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
@${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
@(cd ${WRKSRC}/doc ; \
for i in ../../exim-texinfo-2.10/doc/* ; do \
for i in ../../exim-texinfo-3.10/doc/* ; do \
ln -sf $$i ; \
done )
pre-install:
${INSTALL} -d /etc/exim
${INSTALL} -d /var/log/exim
# ${INSTALL} -d /var/log/exim
post-install:
@${CP} ${WRKSRC}/src/configure.default /etc/exim/configure.sample
@echo "EXIM is installed. You must now edit /etc/exim/configure"
@echo "and set the correct values for your system."
@echo
@ -35,5 +36,10 @@ post-install:
@echo
@echo "but you must remember to allow that user write"
@echo "permissions to /var/log/exim and /var/spool/exim"
@echo
@echo "If you intend replacing sendmail with exim, then don't"
@echo "forget to modify /etc/mailer.conf accordingly."
@echo
.include <bsd.port.mk>