mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
bff057c2fc
Announcement: https://www.kde.org/announcements/plasma-5.15.0.php Changelog: https://www.kde.org/announcements/plasma-5.14.5-5.15.0-changelog.php
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= drkonqi
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 crash handler
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
crash i18n idletime jobwidgets kio notifications \
|
|
service wallet widgetsaddons xmlrpcclient
|
|
USE_QT= concurrent core dbus gui network widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|