forked from Lainports/freebsd-ports
Changelog: - Add "extended information" mode and -e flag - Add file mode, modification time and uid/gid to info window with -e - Add experimental color support and --color flag - Add -rr option to disable shell spawning - Remove directory nesting limit on file import - Fix handling of interrupts during file import - Fix undefined behavior that triggered crash on OS X
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ncdu
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://dev.yorhel.nl/download/
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= Ncurses du(1)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|