mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b04066cf28
and as a software tap. PR: ports/111465 Submitted by: Wesley Shields <wxs at atarininja.org> Approved by: clsung (mentor)
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# New ports collection makefile for: daemonlogger
|
|
# Date created: 10 April 2007
|
|
# Whom: Wesley Shields <wxs@atarininja.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= daemonlogger
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.snort.org/dl/daemonlogger/
|
|
|
|
MAINTAINER= wxs@atarininja.org
|
|
COMMENT= A packet sniffer capable of running as a daemon and as a software tap
|
|
|
|
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= daemonlogger.sh
|
|
|
|
PLIST_FILES= bin/daemonlogger
|
|
|
|
.include <bsd.port.mk>
|