1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/hypermail/Makefile
George C A Reid a9dbac8450 Fix a typo in maintainer's e-mail address
PR:		27651
Submitted by:	maintainer
2001-05-26 10:50:58 +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.1
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>