pkgsrc/mail/exim-html/Makefile
abs 40fc71c658 Update exim from 4.44 to 4.51.
The main change is the incorporation of the content scanning from
the exiscan patch. (There are over 650 lines of Changes)
Retire exim-exiscan
Update exim-html from 4.40 to 4.50
2005-05-17 17:06:11 +00:00

21 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/05/17 17:06:12 abs Exp $
DISTNAME= exim-html-4.50
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.exim.org/
COMMENT= HTML documentation for the Exim mail transfer agent
NO_CONFIGURE=
NO_BUILD=
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/exim
${CP} -R ${WRKDIR}/${DISTNAME}/doc/html/* ${PREFIX}/share/doc/html/exim
.include "../../mk/bsd.pkg.mk"