aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/filelight/Makefile
blob: 74df9c153c941845a2f77874a3c65a0dd340f059 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$

PORTNAME=   filelight
PORTVERSION=    1.0
PORTREVISION=   7
CATEGORIES= sysutils kde
MASTER_SITES=   http://www.methylblue.com/filelight/packages/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Represent a file system as a set of concentric segmented-rings

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool
USE_BZIP2=  yes
USE_GMAKE=  yes
USES=       gettext

post-patch:
    @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>