blob: acea8cc37eca6d73582f1788a46d8be05cf193cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|