1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/daq/Makefile

33 lines
660 B
Makefile

# New ports collection makefile for: daq
# Date created: 13 January 2011
# Whom: Dean Freeman (wfreeman@sourcefire.com)
#
# $FreeBSD$
#
PORTNAME= daq
PORTVERSION= 0.6.2
CATEGORIES= net
MASTER_SITES= SF/snort/snort
MAINTAINER= zi@FreeBSD.org
COMMENT= Data Acquisition abstraction library for snort 2.9+
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \
pcap.1:${PORTSDIR}/net/libpcap
BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_BISON= build
USE_AUTOTOOLS= libtool
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>