mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
24 lines
584 B
Makefile
24 lines
584 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
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm kross
|
|
USE_QT= core gui script widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
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>
|