summaryrefslogtreecommitdiff
path: root/mail/exim-html/Makefile
diff options
context:
space:
mode:
authorad <ad>2001-07-11 13:21:07 +0000
committerad <ad>2001-07-11 13:21:07 +0000
commit7c67c1ac0f076a02e4761dc9009f0492a911c4df (patch)
tree7d1b8d81f67fa0a9cc3c27f0469c2aa72c9c5e24 /mail/exim-html/Makefile
parent85df450109f1ff835e1fbf498963372108d52120 (diff)
downloadpkgsrc-7c67c1ac0f076a02e4761dc9009f0492a911c4df.tar.gz
HTML documentation for the exim MTA.
Diffstat (limited to 'mail/exim-html/Makefile')
-rw-r--r--mail/exim-html/Makefile18
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"