d0e804caf5
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
17 lines
429 B
Makefile
17 lines
429 B
Makefile
# $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"
|