ports/sysutils/xdu/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

18 lines
377 B
Makefile

PORTNAME= xdu
PORTVERSION= 3.0
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= cy@FreeBSD.org
COMMENT= Graphically display output of du
WWW= https://sd.wareonearth.com/~phil/xdu/
USE_GITHUB= yes
GH_ACCOUNT= vlasovskikh
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>