Files
ports/sysutils/xdu/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

21 lines
376 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 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>