pkgsrc/mail/hypermail/Makefile
grant 7845004f8b Initial import of hypermail-2.1.4.
Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents.

This version of hypermail has substantial support for attachments and for
splitting archives into subdirectories. It also allows an administrator to
customize the header and footers to match their local needs.  This allows
you to have hypermail facilities better integrated into your web site.
2002-06-26 05:52:05 +00:00

16 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 05:52:05 grant Exp $
#
DISTNAME= hypermail-2.1.4
CATEGORIES= mail www
MASTER_SITES= http://www.hypermail.org/dist/
MAINTAINER= grant@netbsd.org
HOMEPAGE= http://www.hypermail.org/
COMMENT= creates indexed, threaded HTML archives of email
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
.include "../../databases/gdbm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"