1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/daemonlogger/Makefile
2009-05-09 02:46:09 +00:00

25 lines
554 B
Makefile

# New ports collection makefile for: daemonlogger
# Date created: 10 April 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= daemonlogger
PORTVERSION= 1.2.0
CATEGORIES= net
MASTER_SITES= http://www.snort.org/users/roesch/code/
MAINTAINER= wxs@FreeBSD.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
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/daemonlogger
.include <bsd.port.mk>