diff options
author | ad <ad@pkgsrc.org> | 2001-07-11 13:21:07 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-07-11 13:21:07 +0000 |
commit | 381fd2a1c1ab9d4e6d9929daae20ff47588e5fb7 (patch) | |
tree | 7d1b8d81f67fa0a9cc3c27f0469c2aa72c9c5e24 /mail/exim-html/Makefile | |
parent | 01cdedbd3799bb0992b5a0114cdff633820d50d9 (diff) | |
download | pkgsrc-381fd2a1c1ab9d4e6d9929daae20ff47588e5fb7.tar.gz |
HTML documentation for the exim MTA.
Diffstat (limited to 'mail/exim-html/Makefile')
-rw-r--r-- | mail/exim-html/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile new file mode 100644 index 00000000000..815ace7164f --- /dev/null +++ b/mail/exim-html/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/11 13:21:07 ad Exp $ + +DISTNAME= exim-html-3.20 +CATEGORIES= mail net +MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ + ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ + ftp://ftp.esat.net/pub/networking/mail/mta/exim/ + +MAINTAINER= ad@netbsd.org +HOMEPAGE= http://www.exim.org/ +COMMENT= HTML documentation for the Exim mail transfer agent + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/exim + ${RM} ${WRKDIR}/exim-html-3.20/doc/html/spec + ${CP} -R ${WRKDIR}/exim-html-3.20/doc/html/* ${PREFIX}/share/doc/html/exim + +.include "../../mk/bsd.pkg.mk" |