pkgsrc/net/darkstat/Makefile
wiz 3300d16abc Update to 3.0.714, using patch from Bartosz Kuzma in PR 45095.
While here, unset DIST_SUBDIR.

Changes since 3.0.713:
 - IPv6 support!  Big ups to Mats Erik Andersson who did most
   of this work!
 - Allow sort on last-seen, thanks to Dirk Koopman.
 - Support multiple bind addresses.
 - Add --disable-debug configure flag, thanks to Malte S. Stretz.
 - Make it possible to save the DB without resetting it (SIGUSR2).
 - Web: Use relative URLs, so darkstat works properly behind mod_proxy,
   thanks to Malte S. Stretz.
2011-06-23 09:21:37 +00:00

30 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/06/23 09:21:37 wiz Exp $
#
DISTNAME= darkstat-3.0.714
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
PKG_DESTDIR_SUPPORT= user-destdir
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"