da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
20 lines
618 B
Makefile
20 lines
618 B
Makefile
PORTNAME= kross
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 multi-language application scripting
|
|
|
|
USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 tar:xz
|
|
USE_GL= gl
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons doctools_build ecm i18n iconthemes itemviews \
|
|
jobwidgets kio parts service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network script uiplugin \
|
|
uitools widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|