1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/daq/Makefile
Ryan Steinmetz de26666938 - Update mirror URL on my ports
Feature safe:	yes
2012-03-23 14:27:51 +00:00

34 lines
691 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 \
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.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>