aboutsummaryrefslogtreecommitdiffstats
path: root/net/daemonlogger/Makefile
blob: 95aa3a8b6f9212ff4170e61019f69bfb6ec2c370 (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
# New ports collection makefile for:   daemonlogger
# Date created:        10 April 2007
# Whom:                Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#

PORTNAME=   daemonlogger
PORTVERSION=    1.0.1
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

PLIST_FILES=    bin/daemonlogger

.include <bsd.port.mk>