freebsd-ports/sysutils/filelight/Makefile
Ion-Mihai Tetcu a63377a0d6 - don't delete dirs in listed in bsd.local.dist
- bump PORTREVISION

PR:		ports/100872
Submitted by:	Stanislav Sedov
2006-07-28 02:01:11 +00:00

29 lines
756 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.4
PORTREVISION= 5
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:15
USE_GMAKE= yes
USE_GETTEXT= yes
INSTALLS_ICONS= yes
post-patch:
@${CP} ${FILESDIR}/mntent* ${WRKSRC}/src
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${RM} ${WRKSRC}/src/settingsdialog.h ${WRKSRC}/src/settingsdialog.cpp
.include <bsd.port.mk>