mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
29 lines
649 B
Makefile
29 lines
649 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.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://kdirstat.sourceforge.net/download/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= A small KDE utility that sums up disk usage for direcory trees
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|