mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e99b2dcc13
there's an upstream rewrite in Zig, cf https://dev.yorhel.nl/doc/ncdu2
18 lines
255 B
Makefile
18 lines
255 B
Makefile
COMMENT= ncurses-based du(1)
|
|
|
|
DISTNAME= ncdu-1.17
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu/
|
|
|
|
MASTER_SITES= https://dev.yorhel.nl/download/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|