openbsd-ports/sysutils/ncdu/Makefile
gonzalo e75411c8e9 Little update for ncdu:
* Use hash table to speed up hard link detection
    * Added read-only option (-r)
    * Use KiB instead of kiB (#3399279)

Tested on i386.

USE_GROFF is not needed.

OK jasper@, aja@
2012-04-18 19:51:33 +00:00

24 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/04/18 19:51:33 gonzalo Exp $
COMMENT= ncurses-based du(1)
DISTNAME= ncdu-1.8
CATEGORIES= sysutils
HOMEPAGE= http://dev.yorhel.nl/ncdu/
MASTER_SITES= http://dev.yorhel.nl/download/ \
${MASTER_SITE_SOURCEFORGE:=ncdu/}
# MIT
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c ncursesw
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>