mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
31 lines
860 B
Makefile
31 lines
860 B
Makefile
PORTNAME= heaptrack
|
|
DISTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Heap memory profiler
|
|
WWW= https://github.com/KDE/heaptrack
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
|
|
|
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
|
|
libdw.so:devel/elfutils \
|
|
libunwind.so:devel/libunwind \
|
|
libKChart.so:graphics/kdiagram \
|
|
libzstd.so:archivers/zstd
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 localbase \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons i18n \
|
|
iconthemes itemmodels jobwidgets kio service solid \
|
|
threadweaver widgetsaddons windowsystem \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus gui network svg widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|