brad 8ad9bf4678 Update to darkstat 3.0.718.
- Contains additional time_t related fixes.
- The author removed an assertion in timer_stop() I had run into and even
  though monotonic time is used somehow time went backwards.
- Change the rc.d script to use localhost instead of 127.0.0.1 to have
  darkstat also bind to the v6 address.

ok sthen@
2014-02-07 08:56:53 +00:00

24 lines
454 B
Makefile

# $OpenBSD: Makefile,v 1.24 2014/02/07 08:56:53 brad Exp $
COMMENT= network statistics gatherer with graphs
DISTNAME= darkstat-3.0.718
CATEGORIES= net www
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://unix4lyfe.org/darkstat/
# GPLv2 and BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcap z
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS= --with-privdrop-user=_darkstat
NO_TEST= Yes
.include <bsd.port.mk>