blob: 3c17d8e0c610548989e391b65f35af00de3187bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:18 wiz Exp $
DISTNAME= ncdu-1.10
PKGREVISION= 2
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
INCOMPAT_CURSES= NetBSD-[0-5]*-*
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|