forked from Lainports/freebsd-ports
Filelight graphically represents a file system as a set of concentric segmented-rings, indicating where diskspace is being used. Segments expanding from the center represent files (including directories), with each segment's size being proportional to the file's size and directories having child segments. PR: 56152 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# New ports collection makefile for: filelight
|
|
# Date created: Fri Aug 29 21:16:39 CEST 2003
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= filelight
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://www.methylblue.com/filelight/
|
|
|
|
MAINTAINER= brueffer@phoenix-systems.de
|
|
COMMENT= Represent a file system as a set of concentric segmented-rings
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/mntent* ${WRKSRC}/filelight
|
|
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
|
|
${CONFIGURE_WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|