2016-11-14 16:12:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kinit
|
2017-11-16 05:59:35 +00:00
|
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
2016-11-14 16:12:56 +00:00
|
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= KF5 process launcher to speed up launching KDE applications
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
2016-11-14 16:12:56 +00:00
|
|
|
USE_KDE= completion config coreaddons crash doctools ecm i18n \
|
|
|
|
jobwidgets kio service widgetsaddons windowsystem
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= buildtools_build core dbus gui network qmake_build widgets
|
2016-11-14 16:12:56 +00:00
|
|
|
USE_XORG= x11 xcb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|