Changeset View
Changeset View
Standalone View
Standalone View
head/x11/kf5-frameworkintegration/Makefile
| # Created by: tcberner | # Created by: tcberner | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= frameworkintegration | PORTNAME= frameworkintegration | ||||
| PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | ||||
| CATEGORIES= x11 kde kde-frameworks | CATEGORIES= x11 kde kde-frameworks | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= KF5 workspace and cross-framework integration plugins | COMMENT= KF5 workspace and cross-framework integration plugins | ||||
| USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ | USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ | ||||
| tar:xz | tar:xz | ||||
| USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ | USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ | ||||
| iconthemes kio notifications package widgetsaddons | iconthemes kio newstuff notifications package widgetsaddons | ||||
| USE_QT5= buildtools_build core dbus gui qmake_build widgets \ | USE_QT5= buildtools_build core dbus gui qmake_build widgets \ | ||||
| x11extras xml | x11extras xml | ||||
| USE_XORG= xcb xcursor | USE_XORG= xcb xcursor | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||