aboutsummaryrefslogtreecommitdiffstats
path: root/www/hypermail/Makefile
blob: 77fe210288078dac83cb9e9f7693f80176783c84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    hypermail
# Date created:             23 Dec 1997
# Whom:                 mjhsieh
#
# $FreeBSD$
#

PORTNAME=   hypermail
PORTVERSION=    2.2.0
CATEGORIES= www mail
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= dan@langille.org
COMMENT=    A program to generate a cross-referenced HTML mail archive

LIB_DEPENDS+=   gdbm.3:${PORTSDIR}/databases/gdbm \
        pcre.0:${PORTSDIR}/devel/pcre

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

CFLAGS+=    -L${LOCALBASE}/lib

MAN1=       hypermail.1
MAN4=       hmrc.4

.include <bsd.port.mk>