Edit

IABSD.fr/ports/sysutils/pftop/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-08-08 09:02:20
    Hash : 1aea0e7b
    Message : pftop: add fix from https://github.com/grembo/pftop/commit/04cde25f077b026802777c38e25 to avoid using uninitialised memory. from Larry Moore.

  • sysutils/pftop/Makefile
  • # XXX should be fixed to use the new queuing subsystem
    
    COMMENT=	curses-based real time state and rule display for pf
    
    DISTNAME=	pftop-0.7
    REVISION=	20
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://www.eee.metu.edu.tr/~canacar/pftop/
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c curses
    
    SITES=		http://www.eee.metu.edu.tr/~canacar/
    
    MAKE_FLAGS=	CC="${CC}"
    FAKE_FLAGS=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
    
    .include <bsd.port.mk>