mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
520 B
Makefile
27 lines
520 B
Makefile
# Created by: mjhsieh
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hypermail
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 3
|
|
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.3:${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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|