1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/ncdu/Makefile
Pawel Pekala c603320ea5 Update to version 1.12
Changelog:
- Add NCDU_SHELL environment variable
- Add --confirm-quit flag
- Fix compilation due to missing sys/wait.h include
2016-08-25 11:34:08 +00:00

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>