freebsd-ports/net/daemonlogger/Makefile
Wesley Shields ce0191e49e Update my address.
Approved by:	garga (mentor)
2008-02-04 15:35:12 +00:00

23 lines
534 B
Makefile

# 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>