aboutsummaryrefslogtreecommitdiffstats
path: root/net/daq/Makefile
blob: fd06bcdbb36761e8062adf78a7a3693548bd8ef8 (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
# Created by: Dean Freeman (wfreeman@sourcefire.com)
# $FreeBSD$

PORTNAME=   daq
PORTVERSION=    2.0.0
CATEGORIES= net
MASTER_SITES=   SF/snort/snort \
        http://mirrors.rit.edu/zi/

MAINTAINER= zi@FreeBSD.org
COMMENT=    Data Acquisition abstraction library for snort 2.9+

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    dnet:${PORTSDIR}/net/libdnet \
        pcap:${PORTSDIR}/net/libpcap
BUILD_DEPENDS=  flex:${PORTSDIR}/textproc/flex

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USES=       bison
USE_AUTOTOOLS=  libtool

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

.include <bsd.port.mk>