mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
400c5c9ff1
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>
22 lines
414 B
Makefile
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>
|