pkgsrc/sysutils/dirsize/Makefile
minskim 961f4d86d1 Import dirsize from pkgsrc-wip. Packaged by Leonard Schmidt.
This tool simply outputs the aggregate size of all files in one or
more directories, defaulting to the current directory.  It does not
recurse.  The tool's primary purpose is for use with the shell prompt.
2005-05-28 07:20:34 +00:00

15 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/05/28 07:20:34 minskim Exp $
#
DISTNAME= dirsize-0.6
CATEGORIES= sysutils
MASTER_SITES= http://plasmasturm.org/code/dirsize/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= lems@gmx.net
HOMEPAGE= http://plasmasturm.org/code/dirsize/
COMMENT= Outputs aggregate size of all files in one or more directories
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.pkg.mk"