blob: 556c9027830636aa0cc1c24af341442c5e827988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= frameworkintegration
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 workspace and cross-framework integration plugins
WWW= https://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz xorg
USE_KDE= auth attica codecs config configwidgets coreaddons i18n \
iconthemes newstuff notifications widgetsaddons \
ecm_build
USE_QT= core dbus gui network widgets xml \
buildtools_build qmake_build
USE_XORG= xcb xcursor
.include <bsd.port.mk>
|