mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
35 lines
875 B
Makefile
35 lines
875 B
Makefile
# Created by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdirstat
|
|
PORTVERSION= 2.7.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/
|
|
DISTNAME= k4dirstat-${PORTVERSION}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= KDE utility that sums up disk usage for directory trees
|
|
|
|
LICENSE= GPLv2
|
|
|
|
WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-1ad2e96d73fa
|
|
|
|
USES= cmake desktop-file-utils tar:bzip2
|
|
USE_KDE4= automoc4 kdelibs kdeprefix libkonq
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^Categories/s|=.*|=Qt;KDE;Utility;|' \
|
|
${WRKSRC}/src/k4dirstat.desktop
|
|
@${REINPLACE_CMD} -e \
|
|
's|<sys/errno.h>|<errno.h>|' \
|
|
${WRKSRC}/src/kdirreadjob.cpp
|
|
|
|
post-install:
|
|
@${LN} -sf k4dirstat ${STAGEDIR}${PREFIX}/bin/kdirstat
|
|
|
|
.include <bsd.port.mk>
|