1PORTNAME= ksnakeduel 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/ksnakeduel/ 8 9USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz 10USE_KDE= auth codecs completion config configwidgets coreaddons crash \ 11 dbusaddons guiaddons i18n libkdegames widgetsaddons xmlgui \ 12 ecm:build 13USE_QT= base declarative 14 15OPTIONS_DEFINE= DOCS 16 17.include <${.CURDIR}/../kdegames/Makefile.common> 18.include <bsd.port.mk> 19