pkgsrc/mail/hypermail/Makefile
2004-04-24 22:37:10 +00:00

22 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/04/24 22:37:10 snj Exp $
#
DISTNAME= hypermail-2.1.7
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
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hypermail/images
.include "../../databases/gdbm/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"