openbsd-ports/sysutils/ncdu/Makefile
jca de124d2527 Update to ncdu-1.12
1.12 - 2016-08-24
	- Add NCDU_SHELL environment variable
	- Add --confirm-quit flag
	- Fix compilation due to missing sys/wait.h include
2016-08-26 21:19:44 +00:00

21 lines
359 B
Makefile

# $OpenBSD: Makefile,v 1.13 2016/08/26 21:19:44 jca Exp $
COMMENT= ncurses-based du(1)
DISTNAME= ncdu-1.12
CATEGORIES= sysutils
HOMEPAGE= http://dev.yorhel.nl/ncdu/
MASTER_SITES= http://dev.yorhel.nl/download/ \
${MASTER_SITE_SOURCEFORGE:=ncdu/}
# MIT
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncursesw
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>