mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
7d1b26ed85
https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcrash
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library to handle crash analysis and bug report from apps
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= coreaddons ecm windowsystem
|
|
USE_QT= buildtools_build core gui qmake_build widgets x11extras
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
.include <bsd.port.mk>
|