blob: 9c1f2ba120e272902d7cc5bfe1639f8d5f3c3828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2015/09/08 11:57:50 jperkin 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"
|