aboutsummaryrefslogblamecommitdiff
path: root/security/snort2pfcd/Makefile
blob: 940839d826a8e868c7ed06feb9ace37ebb97b49e (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                          
                   





                                             

                                 
 











                                                                                  
# $FreeBSD$

PORTNAME=	snort2pfcd
PORTVERSION=	2.0
CATEGORIES=	security
MASTER_SITES=	http://www.tworoutes.com/oss/

MAINTAINER=	onestsam@gmail.com
COMMENT=	Snort alert to pf blocker

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcidr.so:devel/libcidr
RUN_DEPENDS=	snort:security/snort

USE_RC_SUBR=	snort2pfcd
PLIST_FILES=	man/man8/snort2pfcd.8.gz \
		sbin/snort2pfcd

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/snort2pfcd ${STAGEDIR}${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/snort2pfcd.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8

.include <bsd.port.mk>