1PORTNAME= rocs 2DISTVERSION= ${KDE_APPLICATIONS_VERSION} 3PORTREVISION= 1 4CATEGORIES= math education kde kde-applications 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= KDE Graph theory IDE 8WWW= https://www.kde.org/applications/education/rocs 9 10LIB_DEPENDS= libboost_thread.so:devel/boost-libs 11 12USES= cmake compiler:c++11-lang desktop-file-utils gettext \ 13 kde:6 kfhack qt:6 tar:xz 14USE_KDE= archive config coreaddons crash i18n itemviews \ 15 texteditor texttemplate textwidgets xmlgui \ 16 doctools:build ecm:build 17USE_QT= base svg 18USE_LDCONFIG= yes 19 20OPTIONS_DEFINE= DOCS 21 22.include <bsd.port.mk> 23