mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ddb354408e
Sponsored by: DK Hostmaster A/S
32 lines
681 B
Makefile
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>
|