941e4e2a8a
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space.
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/08/23 11:31:29 wiz Exp $
|
|
|
|
DISTNAME= ncdu-1.10
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ncdu/}
|
|
|
|
COMMENT= Disk usage visualization tool
|
|
MAINTAINER= slitvinov@gmail.com
|
|
HOMEPAGE= http://dev.yorhel.nl/ncdu
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|