pkgsrc/sysutils/ncdu/Makefile

18 lines
415 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2020/06/13 10:03:04 fcambus Exp $
DISTNAME= ncdu-1.15.1
CATEGORIES= sysutils
MASTER_SITES= https://dev.yorhel.nl/download/
COMMENT= Disk usage visualization tool
MAINTAINER= slitvinov@gmail.com
2017-09-03 10:53:04 +02:00
HOMEPAGE= https://dev.yorhel.nl/ncdu
LICENSE= modified-bsd
GNU_CONFIGURE= yes
2017-01-03 22:50:53 +01:00
FAKE_NCURSES= yes
2017-04-24 14:17:24 +02:00
USE_CURSES= vw_printw
2017-01-03 22:50:53 +01:00
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"