1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/hypermail/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
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)
2014-08-06 09:11:57 +00:00

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>