ece3fb3523
Based on PR pkg/48217 by Leonardo Taccari. Changes: v1.24 Mar 14 2010 - fixed another remotely triggerable NULL dereference in ip_fragment.c - unofficial patch that enables tracking of already established TCP connections - missing reset of some tcp_* variables upon nids_exit - correct calculation of radiotap header - compilation warning fixes with newer gcc - use pcap_get_selectable_fd() instead of pcap_fileno()
25 lines
579 B
Makefile
25 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.34 2013/10/06 08:25:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libnids-1.24
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libnids.sourceforge.net/
|
|
COMMENT= Network monitoring library with TCP/IP reassembly
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
BUILDLINK_DEPMETHOD.libpcap= build
|
|
|
|
INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "options.mk"
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|