pkgsrc/sysutils/ncdu/Makefile
jperkin d0e804caf5 Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +00:00

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"