1b6b6d972f
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
32 lines
673 B
Makefile
32 lines
673 B
Makefile
# Created by: mjhsieh
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hypermail
|
|
PORTVERSION= 2.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to generate a cross-referenced HTML mail archive
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS+= libgdbm.so:databases/gdbm \
|
|
libpcre.so: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>
|