e1f7df062d
per maintainer update request by PR pkg/49345. v3.0.718 (25 January 2014) - (SECURITY!) Don't chroot() by default. The user must specify a --chroot dir for this to happen now. - Bring back the "--base /path" functionality. - Add explicit warning about graphs being blank if we can't get local IPs on an interface. - Don't crash in timer_stop() if monotonic time stops or goes backwards. - Lots of internal cleanups. - Use time_t instead of "long" for time. This is more correct and should fix darkstat on OpenBSD 5.5 on 32-bit systems.
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/12/14 08:39:56 obache Exp $
|
|
|
|
DISTNAME= darkstat-3.0.718
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://unix4lyfe.org/darkstat/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://unix4lyfe.org/darkstat/
|
|
COMMENT= Network statistics gatherer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_TARGET= darkstat
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
RCD_SCRIPTS= darkstat
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|