In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
24 lines
790 B
Makefile
24 lines
790 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rocs
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 10
|
|
CATEGORIES= math kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Graph theory IDE
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource grantlee:4 kde:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= gui qtestlib script scripttools webkit xml \
|
|
moc_build qmake_build rcc_build uic_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
|
|
|
|
.include <bsd.port.mk>
|