1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/daemonlogger/Makefile
Li-Wen Hsu b04066cf28 Add daemonlogger 0.9, a packet sniffer capable of running as a daemon
and as a software tap.

PR:		ports/111465
Submitted by:	Wesley Shields <wxs at atarininja.org>
Approved by:    clsung (mentor)
2007-04-11 06:05:51 +00:00

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>