blob: ac27c069563bc97d2f4a40b94fe813485cd773a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= purpose
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= Offers available actions for a specific purpose
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libkaccounts.so:net-im/kaccounts-integration
USES= cmake:outsource compiler:c++11-lang gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= config coreaddons ecm i18n kdeclarative kio service widgetsaddons
USE_QT= concurrent core dbus gui network qml widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>
|