9a73d0b444
PR: 219396 Submitted by: Samee Shahzada (maintainer) Approved by: rene (maintainer) Differential Revision: https://reviews.freebsd.org/D10875
25 lines
567 B
Makefile
25 lines
567 B
Makefile
# $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>
|