freebsd-ports/www/hypermail/Makefile
Steve Price e6657ef7dd Update to version 2.1.2.
PR:		20824
Submitted by:	maintainer
2001-06-11 02:08:02 +00:00

27 lines
509 B
Makefile

# New ports collection makefile for: hypermail
# Date created: 23 Dec 1997
# Whom: mjhsieh
#
# $FreeBSD$
#
PORTNAME= hypermail
PORTVERSION= 2.1.2
CATEGORIES= www mail
MASTER_SITES= http://www.landfield.com/hypermail/dist/
MAINTAINER= petef@databits.net
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>