aboutsummaryrefslogtreecommitdiffstats
path: root/net/daq/Makefile
blob: 416fa0946ce1a98f8d253c966f6a3c3521e997c0 (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
30
31
32
33
# New ports collection makefile for:    daq
# Date created:     13 January 2011
# Whom:         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
USE_BISON=  build
USE_AUTOTOOLS=  libtool

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

.include <bsd.port.mk>