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
|
2006-11-29 23:29:45 +01:00
|
|
|
PORTVERSION= 2.2.0
|
2012-12-10 20:11:11 +01:00
|
|
|
PORTREVISION= 3
|
2001-05-11 06:44:15 +02:00
|
|
|
CATEGORIES= www mail
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF
|
1998-03-17 02:22:26 +01:00
|
|
|
|
2006-11-29 23:29:45 +01:00
|
|
|
MAINTAINER= dan@langille.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
|
|
|
|
2011-09-12 15:46:58 +02:00
|
|
|
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm \
|
2012-12-10 20:11:11 +01:00
|
|
|
pcre.3:${PORTSDIR}/devel/pcre
|
2001-12-24 18:56:11 +01:00
|
|
|
|
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>
|