summaryrefslogtreecommitdiff
path: root/sysutils/xdu/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-20 20:48:07 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-20 20:48:07 +0000
commitb2e7c824f284cb000eb469193f9546d81a69595f (patch)
tree15ede956099717e0f8932f09cd95c3616a89a7f9 /sysutils/xdu/Makefile
parent383adcd615b02f8323456a2da0ddb6ecedbcc049 (diff)
downloadpkgsrc-b2e7c824f284cb000eb469193f9546d81a69595f.tar.gz
graphical disk usage
Diffstat (limited to 'sysutils/xdu/Makefile')
-rw-r--r--sysutils/xdu/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile
new file mode 100644
index 00000000000..1e063bdf56a
--- /dev/null
+++ b/sysutils/xdu/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/20 20:48:07 hubertf Exp $
+#
+
+DISTNAME= xdu-3.0
+CATEGORIES= sysutils x11
+MASTER_SITES= ftp://ftp.arl.mil/pub/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= hubertf@netbsd.org
+
+WRKSRC= ${WRKDIR}
+USE_IMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"