ports/net/libdaq/Makefile
Mark Linimon 21af896a7d Add compiler:c++11-lang to USES to fix build error on GCC-based archs:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	portmgr (tier-2 blanket)
2019-08-06 10:00:47 +00:00

29 lines
610 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 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>