Requested by Marko Kaznovac in PR pkg/53602 - Add "extended information" mode and -e flag - Add file mode, modification time and uid/gid to info window with -e - Add experimental color support and --color flag - Add -rr option to disable shell spawning - Remove directory nesting limit on file import - Fix handling of interrupts during file import - Fix undefined behavior that triggered crash on OS X
17 lines
413 B
Makefile
17 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/09/15 00:11:57 maya Exp $
|
|
|
|
DISTNAME= ncdu-1.13
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= https://dev.yorhel.nl/download/
|
|
|
|
COMMENT= Disk usage visualization tool
|
|
MAINTAINER= slitvinov@gmail.com
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
FAKE_NCURSES= yes
|
|
USE_CURSES= vw_printw
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|