freebsd-ports/net/libdaq/Makefile
Muhammad Moinur Rahman de14f6fa57 [NEW] net/libdaq: Data Acquisition abstraction library for snort 3.0+
Snort 2.9 introduces the DAQ, or Data Acquisition library,
for packet I/O.  The DAQ replaces direct calls to PCAP functions
with an abstraction layer that facilitates operation on a variety
of hardware and software interfaces without requiring changes
to Snort.  It is possible to select the DAQ type and mode
when invoking Snort to perform PCAP readback or inline operation, etc.

The DAQ library may be useful for other packet processing applications
and the modular nature allows you to build new modules for other
platforms.

This version is not compatible with Snort 2.X.

WWW: http://www.snort.org/
2019-07-31 11:02:19 +00:00

28 lines
589 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdaq
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0-alpha1
CATEGORIES= net
MAINTAINER= bofh@FreeBSD.org
COMMENT= Data Acquisition abstraction library for snort 3.0+
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcap.so:net/libpcap # avoid base libpcap
USES= autoreconf libtool pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= snort3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFLICTS= daq-2*
.include <bsd.port.mk>