blob: cac8909496b264dec5ac212e73154e15d308b283 (
plain) (
blame)
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
COMMENT= Integration of Qt application with KDE workspaces
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt \
libpackagekitqt6.so:ports-mgmt/packagekit-qt \
USES= cmake gettext gl kde:6 qt:6 tar:xz
USE_GL= gl opengl
USE_KDE= attica colorscheme config coreaddons i18n iconthemes newstuff \
notifications package widgetsaddons \
ecm:build
USE_QT= base
.include <bsd.port.mk>
|