Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / ncdu / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       ncdu
5 PORTVERSION=    1.14.2
6 CATEGORIES=     sysutils
7 MASTER_SITES=   https://dev.yorhel.nl/download/
8
9 MAINTAINER=     tobik@FreeBSD.org
10 COMMENT=        Ncurses du(1)
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USES=           ncurses
16 GNU_CONFIGURE=  yes
17 PLIST_FILES=    bin/${PORTNAME} \
18                 man/man1/${PORTNAME}.1.gz
19
20 .include <bsd.port.mk>