openbsd-ports/net/daq/Makefile
lteo d3bf5167e4 Update to DAQ 2.0.1, maintainer timeout
Upstream has accepted one of my IPFW DAQ fixes, so update the patch file
accordingly.

Tested with Snort 2.9.5.3 (which will be committed shortly) on amd64 and
i386.  Before the 64-bit time_t change, it was also tested on amd64 and
i386 (by myself and Adam Jeanguenat) and on macppc.
2013-08-21 02:21:14 +00:00

36 lines
686 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/08/21 02:21:14 lteo Exp $
COMMENT = data acquisition library for snort
DISTNAME = daq-2.0.1
SHARED_LIBS += daq 2.0 # 2.1
SHARED_LIBS += sfbpf 1.0 # 0.1
CATEGORIES = net
HOMEPAGE = http://www.snort.org/
MAINTAINER = Markus Lude <markus.lude@gmx.de>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = pcap
MASTER_SITES = http://www.snort.org/dl/snort-current/
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--enable-ipv6
BUILD_DEPENDS = devel/bison
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/daq
${INSTALL_DATA} ${WRKSRC}/{ChangeLog,README} ${PREFIX}/share/doc/daq
.include <bsd.port.mk>