1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/sysutils/xdu/Makefile
2016-05-03 03:03:05 +00:00

21 lines
371 B
Makefile

# 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>