freebsd-ports/misc/kf5-purpose/Makefile
Tobias C. Berner 97d1b5cdad Update KDE Frameworks to 5.52.0
PR:		233107
Exp-run by:	antoine
2018-11-12 18:31:42 +00:00

20 lines
599 B
Makefile

# $FreeBSD$
PORTNAME= purpose
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
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 declarative gui network widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>