diff options
Diffstat (limited to 'mail/hypermail/Makefile')
-rw-r--r-- | mail/hypermail/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile new file mode 100644 index 00000000000..c9f89586ac5 --- /dev/null +++ b/mail/hypermail/Makefile @@ -0,0 +1,16 @@ +# $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" |