pkgsrc/sysutils/ncdu/Makefile
2017-09-03 08:53:04 +00:00

18 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/09/03 08:53:15 wiz Exp $
DISTNAME= ncdu-1.12
PKGREVISION= 1
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"