2018-04-27 20:29:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= drkonqi
|
|
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Plasma5 crash handler
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
2018-04-27 20:29:36 +00:00
|
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
|
|
crash i18n idletime jobwidgets kio notifications \
|
|
|
|
service wallet widgetsaddons xmlrpcclient
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= concurrent core dbus gui network widgets x11extras xml \
|
2018-04-27 20:29:36 +00:00
|
|
|
buildtools_build qmake_build
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|