mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# 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
|
|
GH_PROJECT= xdu
|
|
|
|
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>
|