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

                          
                   
                        
                                                        
 
                              
                                                       
 
                                 
                                
                                                   
 
           
                                                                            
 
             

                                                            
 
                      
# Created by: ijliao
# $FreeBSD$

PORTNAME=	fwlogwatch
PORTVERSION=	1.5
CATEGORIES=	security
MASTER_SITES=	http://fwlogwatch.inside-security.de/sw/

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Packet filter and firewall log analyzer

USES=		gettext tar:bzip2
MAKE_ENV=	MKDIR="${MKDIR}"
INSTALL_TARGET=	install install-config install-i18n

post-patch:
	@${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/fwlogwatch.8

post-install:
	${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample \
		${STAGEDIR}${PREFIX}/etc/rc.d

.include <bsd.port.mk>