# New ports collection makefile for:	hypermail
# Date created:				23 Dec 1997
# Whom:					mjhsieh
#
# $FreeBSD: ports/www/hypermail/Makefile,v 1.13 2001/08/22 23:07:07 petef Exp $
#

PORTNAME=	hypermail
PORTVERSION=	2.1.2
CATEGORIES=	www mail
MASTER_SITES=	http://www.landfield.com/hypermail/dist/

MAINTAINER=	petef@FreeBSD.org

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-htmldir=${PREFIX}/share/doc/hypermail

.if defined(WITH_GDBM)
CONFIGURE_ARGS+=	--with-gdbm
LIB_DEPENDS+=	gdbm.2:${PORTSDIR}/databases/gdbm
.endif

MAN1=		hypermail.1
MAN4=		hmrc.4

.include <bsd.port.mk>
