mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
27 lines
527 B
Makefile
27 lines
527 B
Makefile
# Created by: mjhsieh
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hypermail
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= www mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to generate a cross-referenced HTML mail archive
|
|
|
|
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm \
|
|
libpcre.so:${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>
|