aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-kcrash/Makefile
blob: 9ac7b309316e616d1797bf305e8d47366e152dba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 windowsystem \
		ecm:build
USE_QT=		core gui widgets x11extras \
		buildtools:build qmake:build testlib:build
USE_XORG=	ice sm x11 xext

.include <bsd.port.mk>