Edit

IABSD.fr/ports/net/darkstat/Makefile

Branch :

  • Show log

    Commit

  • Author : kirill
    Date : 2025-11-09 19:38:48
    Hash : 34ff4d29
    Message : net/darkstat: update to 3.0.722

  • net/darkstat/Makefile
  • COMMENT=		network statistics gatherer with graphs
    
    GH_ACCOUNT=		emikulic
    GH_PROJECT=		darkstat
    GH_TAGNAME=		3.0.722
    
    CATEGORIES=		net www
    
    HOMEPAGE=		https://unix4lyfe.org/darkstat/
    
    # GPLv2 and BSD
    PERMIT_PACKAGE=	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>