ba0f03fe0b
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.
28 lines
732 B
Makefile
28 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.3 2000/01/10 14:35:22 hubertf Exp $
|
|
# $FreeBSD: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp $
|
|
# $OpenBSD: Makefile,v 1.1.1.1 2000/05/24 09:27:55 form Exp $
|
|
|
|
DISTNAME= hypermail-2b29
|
|
CATEGORIES= mail www
|
|
FAKE= Yes
|
|
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
|
|
ftp://ftp.faqs.org/hypermail/
|
|
|
|
HOMEPAGE= http://www.landfield.com/hypermail/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAINTAINER= form@openbsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
GNU_CONFIGURE= Yes
|
|
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hypermail
|
|
|
|
.include <bsd.port.mk>
|