aboutsummaryrefslogtreecommitdiffstats
path: root/net/daq/Makefile
blob: 77e846a077a427a953d2e33ca5e68a80c6b6b4ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    daq
# Date created:     13 January 2011
# Whom:         Dean Freeman (wfreeman@sourcefire.com)
#
# $FreeBSD$
#

PORTNAME=   daq
PORTVERSION=    0.5
CATEGORIES= net
MASTER_SITES=   SF/snort/snort

MAINTAINER= wfreeman@sourcefire.com
COMMENT=    Data Acquisition abstraction library for snort 2.9+

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

CONFIGURE_ENV=  CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>