1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/snort2pfcd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
579 B
Makefile

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>