summaryrefslogtreecommitdiff
path: root/security/snort2pfcd/Makefile
blob: aaeac9bf2e1386b5718db5b9d0591ed19fd21ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

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

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

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

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

USES=		compiler:c11
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>