opnsense-ports/misc/kf5-purpose/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

22 lines
655 B
Makefile

# $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 compiler:c++11-lang gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= config completion coreaddons ecm i18n kdeclarative kio \
kirigami2 notifications jobwidgets service widgetsaddons
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>