summaryrefslogblamecommitdiff
path: root/security/fwlogwatch/Makefile
blob: 16d52bfcfcf19a9f13e5d2e2406bdfbe8dac1d4d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
                   
                 
                        
                                            
 
                                
                                                         
 
                   
                   
                                
                                                   
 


                    
                                                                       
 


                                                                              
                      
# ex:ts=8
# New ports collection makefile for:	fwlogwatch
# Date created:			Nov 20, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	fwlogwatch
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://www.kybs.de/boris/sw/

MAINTAINER=	mranner@inode.at
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>