aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
blob: 6a3862ca355d8e4ea845ec653608f90e3f543e1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	ncdu
PORTVERSION=	1.22
CATEGORIES=	sysutils
MASTER_SITES=	https://dev.yorhel.nl/download/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	NCurses Disk Usage (LTS version written in C)
WWW=		https://dev.yorhel.nl/ncdu \
		https://code.blicky.net/yorhel/ncdu

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		ncurses pkgconfig

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/ncdu \
		share/man/man1/ncdu.1.gz

# ncdu 1.* (LTS) is written in C.
# ncdu 2.* (stable) is written in Zig which only works with specific version.
PORTSCOUT=	limit:^1\.

.include <bsd.port.mk>