opnsense-ports/net/daemonlogger/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

18 lines
369 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= Packet sniffer capable of running as a daemon and as a software tap
LIB_DEPENDS= libdnet.so:net/libdnet
GNU_CONFIGURE= yes
USE_RC_SUBR= daemonlogger
PLIST_FILES= bin/daemonlogger
.include <bsd.port.mk>