freebsd-ports/security/fwlogwatch/Makefile
Pav Lucistnik 124f193294 - Update to 1.0
PR:		ports/66833
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2004-05-24 08:17:07 +00:00

30 lines
633 B
Makefile

# ex:ts=8
# New ports collection makefile for: fwlogwatch
# Date created: Nov 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fwlogwatch
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://www.kybs.de/boris/sw/
MAINTAINER= jim@corebsd.or.id
COMMENT= A packet filter and firewall log analyzer
USE_GETTEXT= yes
USE_REINPLACE= yes
MAKE_ENV= MKDIR="${MKDIR}"
INSTALL_TARGET= install install-config install-i18n
MAN8= fwlogwatch.8
post-patch:
@${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8}
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d
.include <bsd.port.mk>