freebsd-ports/devel/kf5-kcrash/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
405 B
Makefile

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 compiler:c++11-lib kde:5 qt:5 tar:xz xorg
USE_KDE= coreaddons ecm windowsystem
USE_QT= core gui widgets x11extras \
buildtools_build qmake_build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>