bf4c78e89b
(leaf package, mainly bugfixes, checked with MAINTAINER) v3.0.717 (14 August 2013) - (OS X only) Work around lack of clock_gettime(). - Fix crash due to str_appendf() not understanding %ld. v3.0.716 (8 August 2013) - Implement support for multiple capture interfaces. - Support multiple local IPs on an interface. - Only error out if we fail to create all HTTP sockets. In particular, this helps on IPv6-incapable platforms. - Use monotonic time over wall time where appropriate. - Portability fixes for NetBSD and OpenBSD.
27 lines
747 B
Makefile
27 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/09/16 17:42:09 abs Exp $
|
|
|
|
DISTNAME= darkstat-3.0.717
|
|
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
|
|
CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot
|
|
|
|
RCD_SCRIPTS= darkstat
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/darkstat
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/darkstat/chroot
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|