aboutsummaryrefslogtreecommitdiffstats
path: root/net/daemonlogger/Makefile
blob: 46a262d328a0b2f5b7a59bd0ad3be3cb673bd04f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>