mirror of https://git.FreeBSD.org/ports.git
30 lines
627 B
Makefile
30 lines
627 B
Makefile
PORTNAME= qdirstat
|
|
PORTVERSION= 1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kbowling@FreeBSD.org
|
|
COMMENT= Qt utility that sums up disk usage for directory trees
|
|
WWW= https://github.com/shundhammer/qdirstat
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 shebangfix
|
|
USE_GL= gl
|
|
USE_QT= buildtools:build core gui widgets
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= shundhammer
|
|
|
|
SHEBANG_FILES= scripts/qdirstat-cache-writer
|
|
|
|
QMAKE_ARGS+= INSTALL_PREFIX=${PREFIX}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qdirstat
|
|
|
|
.include <bsd.port.mk>
|