freebsd-ports/net-mgmt/darkstat/Makefile
Dmitry Marakasov 51ad8989ba - Update to 3.0.719
Changes:

- Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request.
- Bugfix: when the capture interface goes down, exit instead of busy-looping forever.
- Fix "clock error" due to machine reboot.
- SIGUSR1 now resets the time and bytes reported on the graphs page.
- Account for all IP protocols.
- Change the default ports_max to only twice the default ports_keep.

PR:		200425
Submitted by:	emikulic@gmail.com (maintainer)
2015-05-27 13:40:45 +00:00

26 lines
556 B
Makefile

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= darkstat
PORTVERSION= 3.0.719
CATEGORIES= net-mgmt
MASTER_SITES= https://unix4lyfe.org/darkstat/
MAINTAINER= emikulic@gmail.com
COMMENT= Network statistics gatherer and reporter
USE_RC_SUBR= darkstat
USES= tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS INSTALL README
PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>