1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/hypermail/Makefile
Martin Wilke a2079fc240 - Pass maintainership to submitter
- Upgrade to 2.2.0
- Update MASTER_SITES

PR:		ports/106034
Submitted by:	Dan Langille <dan@langille.org>
2006-11-29 22:29:45 +00:00

30 lines
626 B
Makefile

# 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>