1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/xdu/Makefile
Guido Falsi 490a9407b8 - Fix build with clang
- Trim Makefile headers
2013-06-13 22:27:01 +00:00

21 lines
404 B
Makefile

# 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
USE_IMAKE= yes
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>