mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# $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
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/daemonlogger
|
|
|
|
.include <bsd.port.mk>
|