freebsd-ports/net/daemonlogger/Makefile
Wesley Shields d5651d2e08 - Update to 1.2.1 - no functional changes, entirely compilation fixes on
other platforms. I figure if I have to bump PORTREVISION for the other
  change I might as well just update to 1.2.1 to stop the occasional "there
  is a new version, please update" emails.
- Change REQUIRE to be DAEMON instead of NETWORKING. Previously it would try
  to start before ldconfig but would fail because ldnet could not be found.
- While here, add some other small changes to RC script per dougb@.
2011-08-17 13:00:14 +00:00

24 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.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
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/daemonlogger
.include <bsd.port.mk>