aboutsummaryrefslogtreecommitdiffstats
path: root/net/daemonlogger/Makefile
blob: fd539def2391c5c460c74e9a5422fefc3760e7c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

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

PLIST_FILES=    bin/daemonlogger

NO_STAGE=   yes
.include <bsd.port.mk>