aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xdu/Makefile
blob: a7e8bc98ffe6c5b2d0bd5ea5c4a0fc890127a95b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: asami

PORTNAME=	xdu
PORTVERSION=	3.0
PORTREVISION=	4
CATEGORIES=	sysutils

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Graphically display output of du

USE_GITHUB=	yes
GH_ACCOUNT=	vlasovskikh

USES=		imake xorg
USE_XORG=	ice sm x11 xaw xext xmu xpm xt
PLIST_FILES=	bin/xdu lib/X11/app-defaults/XDu man/man1/xdu.1.gz

.include <bsd.port.mk>