2018-04-09 20:13:24 +02:00
# $FreeBSD$
PORTNAME = rocs
DISTVERSION = ${ KDE_APPLICATIONS_VERSION }
CATEGORIES = math kde kde-applications
MAINTAINER = kde@FreeBSD.org
COMMENT = KDE Graph theory IDE
LIB_DEPENDS = libboost_thread.so:devel/boost-libs
2018-10-27 13:50:58 +02:00
USES = cmake:outsource compiler:c++11-lang gettext grantlee:5 kde:5 \
qt:5 tar:xz
2018-04-09 20:13:24 +02:00
USE_KDE = archive auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n itemviews jobwidgets kdeclarative \
kio package parts service sonnet texteditor textwidgets \
widgetsaddons xmlgui
2018-06-28 19:39:53 +02:00
USE_QT = core dbus gui network qml script quick scripttools svg webkit \
2018-04-09 20:13:24 +02:00
widgets xml xmlpatterns \
buildtools_build qmake_build
USE_LDCONFIG = yes
# clang 6.0 defaults to -std=gnu++14, which breaks the build:
# /wrkdirs/usr/ports/math/rocs/work/rocs-4.14.3/VisualEditor/Actions/SelectMoveHandAction.cpp:86:52: error: no viable conversion from 'int' to 'QPainter::RenderHints' (aka 'QFlags<QPainter::RenderHint>')
# _graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing
USE_CXXSTD = gnu++98
2018-09-10 15:14:50 +02:00
OPTIONS_DEFINE = DOCS
2018-04-09 20:13:24 +02:00
. i n c l u d e < b s d . p o r t . m k >