blob: 2f0cbb665ce9fc5d99e9ec8812604b0fe773ec12 (
plain)
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= 3
CATEGORIES= sysutils
MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphically display output of du
NO_WRKSUBDIR= yes
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu
MAN1= xdu.1
.include <bsd.port.mk>
|