1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/snort2pfcd/Makefile
Piotr Kubaj e61e061eb1 security/snort2pfcd: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wimplicit-fallthrough"
cc1: error: unrecognized command line option "-Wcovered-switch-default"
cc1: error: unrecognized command line option "-Wno-noexcept-type"
cc1: error: unrecognized command line option "-Wstring-conversion"

Tested to build with Clang.
2020-11-14 03:09:34 +00:00

27 lines
592 B
Makefile

# $FreeBSD$
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>