summaryrefslogtreecommitdiff
path: root/www/hypermail/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-03-17 01:22:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-03-17 01:22:26 +0000
commit400c5c9ff1633f688dd83b87b5517b2d8337ac47 (patch)
tree6a3b456473b236164fc8ba4ab38ff7a1f19891c7 /www/hypermail/Makefile
parentActivate ftpfind. (diff)
Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents. Each file that is created represents a separate message in the mail archive and contains links to other articles, so that the entire archive can be browsed in a number of ways by following links. Archives generated by Hypermail can be incrementally updated, and Hypermail is set by default to only update archives when changes are detected. PR: ports/5364 Submitted by: Francis M J Hsieh <mjhsieh@life.nthu.edu.tw>
Notes
Notes: svn path=/head/; revision=10201
Diffstat (limited to 'www/hypermail/Makefile')
-rw-r--r--www/hypermail/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile
new file mode 100644
index 000000000000..42e1f37a9dd1
--- /dev/null
+++ b/www/hypermail/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hypermail
+# Version required: 1.02
+# Date created: 23 Dec 1997
+# Whom: mjhsieh
+#
+# $Id$
+#
+
+DISTNAME= hypermail.102
+PKGNAME= hypermail-1.02
+CATEGORIES= www
+MASTER_SITES= http://www.eit.com/software/hypermail/src/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= mjhsieh@life.nthu.edu.tw
+
+WRKSRC= ${WRKDIR}/hypermail
+
+MAN1= hypermail.1
+
+.include <bsd.port.mk>