2000-08-02 11:44:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2000/08/02 15:44:11 naddy Exp $
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2000-04-26 05:40:57 -04:00
|
|
|
DISTNAME= exim-3.14
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= mail
|
2000-08-02 11:44:11 -04:00
|
|
|
NEED_VERSION= 1.319
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.exim.org/
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-03-31 17:39:43 -05:00
|
|
|
MAINTAINER= peter.galbavy@knowledge.com
|
|
|
|
|
2000-03-16 22:25:57 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-08-02 11:44:11 -04:00
|
|
|
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
|
|
|
|
ftp://ftp.exim.org/pub/exim/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/mail/exim/
|
2000-04-26 05:40:57 -04:00
|
|
|
DISTFILES= exim-3.14.tar.gz exim-texinfo-3.10.tar.gz
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2000-08-02 11:44:11 -04:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
.if !${FLAVOR:L:Mno_x11}
|
|
|
|
USE_X11= Yes
|
|
|
|
.endif
|
|
|
|
MAKE_ENV= FLAVOR="${FLAVOR}"
|
|
|
|
|
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
|
2000-08-02 11:44:11 -04: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 ; \
|
2000-08-02 11:44:11 -04:00
|
|
|
done
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-03-31 17:39:43 -05:00
|
|
|
pre-install:
|
2000-06-04 18:42:05 -04:00
|
|
|
${INSTALL} -d ${DESTDIR}/etc/exim
|
1999-03-31 17:39:43 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-08-02 11:44:11 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/exim
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/configure.default \
|
|
|
|
${PREFIX}/share/examples/exim/configure.sample
|
1999-03-31 17:39:43 -05:00
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
.include <bsd.port.mk>
|