mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c6eb35f215
is MAKE_JOBS_UNSAFE).
25 lines
554 B
Makefile
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>
|