1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/kdirstat/Makefile
SADA Kenji 115f0f7899 Add new port kdirstat.
KDirStat (for KDE Directory Statistics) is a small utility program
that sums up disk usage for direcory trees - very much like the
Unix 'du' command.

PR:		ports/18250
Submitted by:	Andrey Novikov <andrey@novikov.com>
2000-09-04 04:18:10 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: kdirstat
# Date created: 22 April 2000
# Whom: Andrey Novikov <andrey@novikov.com>
#
# $FreeBSD$
#
PORTNAME= kdirstat
PORTVERSION= 0.86
CATEGORIES= misc kde
MASTER_SITES= http://www.suse.de/~sh/download/ \
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/1.1.2/apps/utils
EXTRACT_SUFX= .tgz
MAINTAINER= andrey@novikov.com
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>