Edit

IABSD.fr/ports/sysutils/ncdu/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-31 18:24:22
    Hash : e7938db9
    Message : bump revision of ports which have a pkg-config check for ncursesw which may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)

  • sysutils/ncdu/Makefile
  • PORTROACH=		limit:^1
    
    COMMENT=		ncurses-based du(1)
    
    DISTNAME=		ncdu-1.22
    CATEGORIES=		sysutils
    REVISION=		0
    
    HOMEPAGE=		https://dev.yorhel.nl/ncdu/
    
    MAINTAINER=		Frederic Cambus <fcambus@openbsd.org>
    
    SITES=			https://dev.yorhel.nl/download/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c curses
    
    CONFIGURE_STYLE=	gnu
    
    .include <bsd.port.mk>