cd5b41e31c
4.92: New features include: - ${l_header:<name>} expansion - ${readsocket} now supports TLS - "utf8_downconvert" option (if built with SUPPORT_I18N) - "pipelining" log_selector - JSON variants for ${extract } expansion - "noutf8" debug option - TCP Fast Open support on MacOS
21 lines
564 B
Makefile
21 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.38 2019/02/24 20:31:00 adam Exp $
|
|
|
|
DISTNAME= exim-html-4.92
|
|
CATEGORIES= mail net
|
|
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/
|
|
MASTER_SITES+= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://www.exim.org/
|
|
COMMENT= HTML documentation for the Exim mail transfer agent
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= share/doc/exim/html
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/${DISTNAME}/doc && pax -rw html ${DESTDIR}${PREFIX}/share/doc/exim
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|