Line 0
Link Here
|
|
|
1 |
# ex:ts=8 |
2 |
# New ports collection makefile for: fwlogwatch |
3 |
# Date created: Nov 20, 2001 |
4 |
# Whom: ijliao |
5 |
# |
6 |
# $FreeBSD: ports/security/fwlogwatch/Makefile,v 1.25 2008/06/06 14:00:49 edwin Exp $ |
7 |
# |
8 |
|
9 |
PORTNAME= fwlogwatch |
10 |
PORTVERSION= 1.1 |
11 |
PORTREVISION= 1 |
12 |
CATEGORIES= security |
13 |
MASTER_SITES= http://www.kybs.de/boris/sw/ |
14 |
|
15 |
MAINTAINER= mranner@inode.at |
16 |
COMMENT= A packet filter and firewall log analyzer |
17 |
|
18 |
USE_GETTEXT= yes |
19 |
USE_BZIP2= yes |
20 |
MAKE_ENV= MKDIR="${MKDIR}" |
21 |
INSTALL_TARGET= install install-config install-i18n |
22 |
|
23 |
MAN8= fwlogwatch.8 |
24 |
|
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} |
27 |
|
28 |
post-install: |
29 |
@${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d |
30 |
|
31 |
.include <bsd.port.mk> |