openbsd-ports/mail/exim/Makefile

46 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/08/02 15:44:11 naddy Exp $
1997-11-14 19:04:24 -05:00
DISTNAME= exim-3.14
1997-11-14 19:04:24 -05:00
CATEGORIES= mail
NEED_VERSION= 1.319
HOMEPAGE= http://www.exim.org/
1997-11-14 19:04:24 -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
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/
DISTFILES= exim-3.14.tar.gz exim-texinfo-3.10.tar.gz
1997-11-14 19:04:24 -05: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:
@mkdir -p ${WRKSRC}/Local
@cp ${FILESDIR}/Makefile ${WRKSRC}/Local
@cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
@cd ${WRKSRC}/doc ; \
for i in ../../exim-texinfo-3.10/doc/* ; do \
1997-11-14 19:04:24 -05:00
ln -sf $$i ; \
done
1997-11-14 19:04:24 -05:00
pre-install:
${INSTALL} -d ${DESTDIR}/etc/exim
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/exim
${INSTALL_DATA} ${WRKSRC}/src/configure.default \
${PREFIX}/share/examples/exim/configure.sample
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>