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

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
GH_PROJECT= xdu

USES=       imake
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>