pkgsrc/net/daq/Makefile
nils fb9406d306 Updated net/daq to version 2.0.7.
Upstream changelog :
* Bump to 2.0.7 and added DAQ project file for supporting windows 64-bit.
2020-10-01 19:11:03 +00:00

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/10/01 19:11:03 nils Exp $
DISTNAME= daq-2.0.7
CATEGORIES= net security
MASTER_SITES= https://snort.org/downloads/snort/
MAINTAINER= nils@NetBSD.org
HOMEPAGE= https://www.snort.org/
COMMENT= Abstraction layer for libpcap
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
.include "../../net/libdnet/buildlink3.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../devel/flex/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"