ports/sysutils/xdu/Makefile
Cy Schubert 4d456b3a83 sysutils/xdu: Switch repo and improved fix for filenames with spaces
The new git repo has a fix for filenames with spaces. Their approach
replaces our ten line patch with a four line patch.

PR:		286197
2025-04-28 12:02:08 -07:00

19 lines
395 B
Makefile

PORTNAME= xdu
PORTVERSION= 3.0
PORTREVISION= 6
CATEGORIES= sysutils
MAINTAINER= cy@FreeBSD.org
COMMENT= Graphically display output of du
WWW= https://sd.wareonearth.com/~phil/xdu/
USE_GITHUB= yes
GH_ACCOUNT= msvticket
GH_TAGNAME= c15d80e
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu share/man/man1/xdu.1.gz
.include <bsd.port.mk>