1998-03-17 01:22:26 +00:00
|
|
|
# New ports collection makefile for: hypermail
|
|
|
|
# Date created: 23 Dec 1997
|
|
|
|
# Whom: mjhsieh
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1998-03-17 01:22:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= hypermail
|
2004-01-08 06:48:49 +00:00
|
|
|
PORTVERSION= 2.1.8
|
2001-05-11 04:44:15 +00:00
|
|
|
CATEGORIES= www mail
|
2003-03-02 22:55:06 +00:00
|
|
|
MASTER_SITES= http://isc.hypermail.org/dist/
|
1998-03-17 01:22:26 +00:00
|
|
|
|
2001-08-22 23:07:23 +00:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A program to generate a cross-referenced HTML mail archive
|
1998-03-17 01:22:26 +00:00
|
|
|
|
2003-01-03 08:26:35 +00:00
|
|
|
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm \
|
2001-12-24 17:56:11 +00:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
2001-02-26 03:57:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-24 17:56:11 +00:00
|
|
|
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail \
|
|
|
|
--with-gdbm=${LOCALBASE}
|
2001-05-11 04:44:15 +00:00
|
|
|
|
2001-12-24 17:56:11 +00:00
|
|
|
CFLAGS+= -L${LOCALBASE}/lib
|
1998-03-17 01:22:26 +00:00
|
|
|
|
|
|
|
MAN1= hypermail.1
|
2001-01-16 17:33:20 +00:00
|
|
|
MAN4= hmrc.4
|
1998-03-17 01:22:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|