summaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
blob: cafdb644ddaf9dc8cb2f429a46d9db163b486822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.7 2017/01/03 22:40:43 roy 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=	http://dev.yorhel.nl/ncdu
LICENSE=	modified-bsd

GNU_CONFIGURE=	yes
FAKE_NCURSES=	yes

.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"