c0f139b893
- ECM (extra-cmake-modules) is only ever a build-dep and was missing in some places where it was previously pulled in implicitly - Qt testlib is only a build-dep While here - conventionally, the _build and _run items in USE_KDE and USE_QT are sorted to the end, and they start a new line in the Makefile - remove tcberner's created-line (confirmed on IRC) - use DISTVERSION everywhere - reduce inter-framework dependencies using the tooling proposed by tcberner in https://reviews.freebsd.org/D27304 Some PORTREVISION may have jumped by more than 1, since this commit is a squash of a long string of updates where I may have bumped a port once for ecm_build, and a second time for other lightening-up.
20 lines
629 B
Makefile
20 lines
629 B
Makefile
PORTNAME= kross
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 2
|
|
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 i18n iconthemes itemviews \
|
|
jobwidgets kio parts service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui \
|
|
doctools_build ecm_build
|
|
USE_QT= concurrent core dbus gui network script uiplugin \
|
|
uitools widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|