mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c8e7e03f99
Reported by: dvl Differential Revision: https://reviews.freebsd.org/D22114
30 lines
610 B
Makefile
30 lines
610 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdaq
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0.0-alpha3
|
|
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 compiler:c++11-lang 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>
|