blob: 71617f475a7b3b1f290280287d68a7a9c0d4d969 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= purpose
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= misc kde kde-frameworks
COMMENT= Offers available actions for a specific purpose
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libkaccounts6.so:net-im/kaccounts-integration
RUN_DEPENDS= accounts-qml-module>=0.7_5:sysutils/accounts-qml-module
USES= cmake gettext gl gnome kde:6 qt:6 tar:xz
USE_GL= gl opengl
USE_GNOME= intltool
USE_KDE= completion config coreaddons i18n jobwidgets kio kirigami2 \
notifications service solid widgetsaddons \
ecm:build \
kdeclarative:run prison:run
USE_QT= base declarative
.include <bsd.port.mk>
|