diff options
author | bouyer <bouyer> | 1999-12-14 16:24:53 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-12-14 16:24:53 +0000 |
commit | c0c19c842c1d0bb942d9090ca9371a7ab2ef214b (patch) | |
tree | 71ce2e5116a492c969b04a5974cb89ee0a2f4a00 /www/hypermail/Makefile | |
parent | 8217cb71070a49e0eadb13e2f006425da05e8b61 (diff) | |
download | pkgsrc-c0c19c842c1d0bb942d9090ca9371a7ab2ef214b.tar.gz |
Initial import of FreeBSD's "hypermail" package:
A program to generate a cross-referenced HTML mail archive
Diffstat (limited to 'www/hypermail/Makefile')
-rw-r--r-- | www/hypermail/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile new file mode 100644 index 00000000000..a3489443835 --- /dev/null +++ b/www/hypermail/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: hypermail +# Version required: 20b3 +# Date created: 23 Dec 1997 +# Whom: mjhsieh +# +# $FreeBSD: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp $ +# + +DISTNAME= hypermail +PKGNAME= hypermail-${HYPERMAIL_VERSION} +CATEGORIES= www +MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ + ftp://ftp.faqs.org/hypermail/ + +MAINTAINER= veers@disturbed.net + +HYPERMAIL_VERSION= 20b3 +WRKSRC= ${WRKDIR}/hypermail-${HYPERMAIL_VERSION} +HAS_CONFIGURE= yes + +MAN1= hypermail.1 +MAN4= hmrc.4 + +.include <bsd.port.mk> |