1PORTNAME= kjumpingcube 2DISTVERSION= ${KDE_APPLICATIONS_VERSION} 3CATEGORIES= games kde kde-applications 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= ${${PORTNAME:tu}_DESC} 7WWW= https://www.kde.org/applications/games/kjumpingcube/ 8 9USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg 10USE_KDE= auth codecs completion config configwidgets coreaddons crash \ 11 dbusaddons guiaddons i18n iconthemes itemviews jobwidgets kio \ 12 libkdegames newstuff notifyconfig service solid widgetsaddons \ 13 windowsystem xmlgui \ 14 ecm:build 15USE_QT= base declarative 16USE_XORG= x11 17 18OPTIONS_DEFINE= DOCS 19 20.include <${.CURDIR}/../kdegames/Makefile.common> 21.include <bsd.port.mk> 22