2000-02-23 08:43:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2000/02/23 13:43:56 peter Exp $
|
1997-11-17 16:47:27 -05:00
|
|
|
#
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2000-02-23 08:43:56 -05:00
|
|
|
DISTNAME= exim-3.13
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
1999-03-31 17:39:43 -05:00
|
|
|
MAINTAINER= peter.galbavy@knowledge.com
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
|
2000-02-23 08:43:56 -05:00
|
|
|
DISTFILES= exim-3.13.tar.gz exim-texinfo-3.10.tar.gz
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
do-configure:
|
2000-02-10 20:09:59 -05:00
|
|
|
@mkdir -p ${WRKSRC}/Local
|
|
|
|
@cp ${FILESDIR}/Makefile ${WRKSRC}/Local
|
|
|
|
@cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
|
1997-11-14 19:04:24 -05:00
|
|
|
@(cd ${WRKSRC}/doc ; \
|
2000-01-26 06:54:13 -05:00
|
|
|
for i in ../../exim-texinfo-3.10/doc/* ; do \
|
1997-11-14 19:04:24 -05:00
|
|
|
ln -sf $$i ; \
|
|
|
|
done )
|
|
|
|
|
1999-03-31 17:39:43 -05:00
|
|
|
pre-install:
|
|
|
|
${INSTALL} -d /etc/exim
|
2000-01-26 06:54:13 -05:00
|
|
|
# ${INSTALL} -d /var/log/exim
|
1999-03-31 17:39:43 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-02-10 20:09:59 -05:00
|
|
|
@cp ${WRKSRC}/src/configure.default /etc/exim/configure.sample
|
1999-03-31 17:39:43 -05:00
|
|
|
@echo "EXIM is installed. You must now edit /etc/exim/configure"
|
|
|
|
@echo "and set the correct values for your system."
|
|
|
|
@echo
|
|
|
|
@echo "It is strongly advised that you configure exim to use"
|
|
|
|
@echo "a UID and GID other that 0/0. You can do this by adding"
|
|
|
|
@echo "lines to the configure file like this:"
|
|
|
|
@echo
|
|
|
|
@echo "\texim_user = \"nobody\""
|
|
|
|
@echo "\texim_group = \"nogroup\""
|
|
|
|
@echo
|
|
|
|
@echo "but you must remember to allow that user write"
|
|
|
|
@echo "permissions to /var/log/exim and /var/spool/exim"
|
2000-01-26 06:54:13 -05:00
|
|
|
@echo
|
|
|
|
@echo "If you intend replacing sendmail with exim, then don't"
|
|
|
|
@echo "forget to modify /etc/mailer.conf accordingly."
|
|
|
|
@echo
|
|
|
|
|
1999-03-31 17:39:43 -05:00
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
.include <bsd.port.mk>
|