# $FreeBSD: tags/RELEASE_11_1_0/security/snort2pfcd/Makefile 441553 2017-05-23 21:54:37Z joneum $

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>
