Update games/hexalate to version 1.1.6
[dports.git] / games / klickety / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       klickety
4 DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
5 CATEGORIES=     games kde kde-applications
6
7 MAINTAINER=     kde@FreeBSD.org
8 COMMENT=        ${${PORTNAME:tu}_DESC}
9
10 USES=           cmake compiler:c++11-lang gettext kde:5 qt:5 \
11                 shebangfix tar:xz
12 SHEBANG_FILES=  klickety-2.0-inherit-ksame-highscore.pl
13 USE_KDE=        auth bookmarks codecs completion config configwidgets \
14                 coreaddons crash dbusaddons doctools ecm i18n itemviews \
15                 jobwidgets kio libkdegames notifications notifyconfig service \
16                 solid widgetsaddons xmlgui
17 USE_QT=         concurrent core dbus declarative gui network widgets xml \
18                 buildtools_build qmake_build
19
20 OPTIONS_DEFINE= DOCS
21
22 .include <${.CURDIR}/../kdegames/Makefile.common>
23 .include <bsd.port.mk>