summaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
blob: 2904b027e8e49170d0623297c56d8d856c6ddad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ncdu
PORTVERSION=	1.10
CATEGORIES=	sysutils
MASTER_SITES=	http://dev.yorhel.nl/download/

MAINTAINER=	pawel@FreeBSD.org
COMMENT=	Ncurses du(1)

LICENSE=	MIT

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/${PORTNAME}
MAN1=		${PORTNAME}.1

.include <bsd.port.mk>