2003-01-20 07:30:28 +01:00
|
|
|
# New ports collection makefile for: kdirstat
|
|
|
|
# Date created: 25 Jun 2002
|
|
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdirstat
|
2005-10-05 03:21:57 +02:00
|
|
|
PORTVERSION= 2.4.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2003-01-20 07:30:28 +01:00
|
|
|
CATEGORIES= sysutils kde
|
|
|
|
MASTER_SITES= http://kdirstat.sourceforge.net/download/
|
|
|
|
|
2004-04-02 17:42:01 +02:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2008-06-24 14:55:12 +02:00
|
|
|
COMMENT= A small KDE utility that sums up disk usage for directory trees
|
2003-01-20 07:30:28 +01:00
|
|
|
|
2004-12-23 21:48:54 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
|
2003-06-26 16:39:54 +02:00
|
|
|
USE_BZIP2= yes
|
2003-01-20 07:30:28 +01:00
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-01-20 07:30:28 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-04-02 17:42:01 +02:00
|
|
|
post-patch:
|
2004-12-23 21:48:54 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-01-20 07:30:28 +01:00
|
|
|
|
2004-06-06 04:37:40 +02:00
|
|
|
.include <bsd.port.mk>
|