freebsd-ports/www/hypermail/Makefile
Vanilla I. Shu 400c5c9ff1 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>
1998-03-17 01:22:26 +00:00

22 lines
414 B
Makefile

# 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>