mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c603320ea5
Changelog: - Add NCDU_SHELL environment variable - Add --confirm-quit flag - Fix compilation due to missing sys/wait.h include
20 lines
355 B
Makefile
20 lines
355 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ncdu
|
|
PORTVERSION= 1.12
|
|
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>
|