abb12c24aa
KDirStat (for KDE Directory Statistics) is a small utility program that sums up disk usage for direcory trees. Its functionality is similar to the Unix du command, but it provides more helpful diagnostic information. KDirStat also features some built-in cleanup facilities and the ability to include your own cleanup commands or scripts. PR: ports/39854 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# New ports collection makefile for: kdirstat
|
|
# Date created: 25 Jun 2002
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdirstat
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://kdirstat.sourceforge.net/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= stefan.jahn@nemesis-sektor.de
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|