1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/hypermail/Makefile
Erwin Lansing ddb354408e Update to 2.3.0
Sponsored by:	DK Hostmaster A/S
2014-09-19 09:35:32 +00:00

32 lines
681 B
Makefile

# Created by: mjhsieh
# $FreeBSD$
PORTNAME= hypermail
PORTVERSION= 2.3.0
CATEGORIES= www mail
MASTER_SITES= SF
MAINTAINER= erwin@FreeBSD.org
COMMENT= Program to generate a cross-referenced HTML mail archive
LICENSE= GPLv2
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm \
libpcre.so:${PORTSDIR}/devel/pcre
USES= desthack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-htmldir=${STAGEDIR}${PREFIX}/share/doc/hypermail \
--with-gdbm=${LOCALBASE}
CFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/hypermail \
${STAGEDIR}/${PREFIX}/bin/msg2archive \
${STAGEDIR}/${PREFIX}/bin/rdmsg
.include <bsd.port.mk>