d0d2791306
* update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
18 lines
538 B
Makefile
18 lines
538 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= frameworkintegration
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 workspace and cross-framework integration plugins
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
|
|
tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
|
|
iconthemes kio newstuff notifications package widgetsaddons
|
|
USE_QT5= buildtools_build core dbus gui qmake_build widgets \
|
|
x11extras xml
|
|
USE_XORG= xcb xcursor
|
|
|
|
.include <bsd.port.mk>
|