ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
26 lines
686 B
Makefile
26 lines
686 B
Makefile
PORTNAME= kross-interpreters
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= lang kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Language interpreters to enable in-process scripting with Kross
|
|
WWW= https://techbase.kde.org/Development/Tutorials/Kross/Introduction
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= kross \
|
|
ecm:build
|
|
USE_QT= core gui script widgets xml \
|
|
buildtools:build qmake:build
|
|
|
|
CFLAGS+= -fdeclspec
|
|
|
|
OPTIONS_DEFINE= RUBY DOCS
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PythonLibs
|
|
|
|
RUBY_USE= ruby
|
|
RUBY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ruby
|
|
|
|
.include <bsd.port.mk>
|