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