1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net/daq/Makefile
Ryan Steinmetz 74c400d10a - Update to 2.0.0
Feature safe:	yes
2012-12-04 16:35:49 +00:00

34 lines
687 B
Makefile

# 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>