1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/hypermail/Makefile
Martin Matuska 205f1ac23d Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
2012-02-14 12:44:23 +00:00

30 lines
586 B
Makefile

# New ports collection makefile for: hypermail
# Date created: 23 Dec 1997
# Whom: mjhsieh
#
# $FreeBSD$
#
PORTNAME= hypermail
PORTVERSION= 2.2.0
PORTREVISION= 2
CATEGORIES= www mail
MASTER_SITES= SF
MAINTAINER= dan@langille.org
COMMENT= A program to generate a cross-referenced HTML mail archive
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm \
pcre.1:${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>