aboutsummaryrefslogtreecommitdiff
path: root/misc/kf5-purpose/Makefile
blob: 7a584bcf0a3efe493d8bb5b86c17486d446960f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	purpose
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	2
CATEGORIES=	misc kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Offers available actions for a specific purpose
WWW=		https://api.kde.org/frameworks/purpose/html/index.html

LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
		libkaccounts.so:net-im/kaccounts-integration
RUN_DEPENDS=	accounts-qml-module>=0:sysutils/accounts-qml-module

USES=		cmake compiler:c++11-lang gettext gnome \
		kde:5 pkgconfig qt:5 tar:xz xorg
USE_GNOME=	intltool
USE_KDE=	config completion coreaddons i18n kdeclarative kio \
		kirigami2 notifications jobwidgets service solid \
		widgetsaddons windowsystem \
		ecm_build
USE_QT=		concurrent core dbus declarative gui network widgets xml \
		buildtools_build qmake_build
USE_XORG=	x11

.include <bsd.port.mk>