Update games/hexalate to version 1.1.6
[dports.git] / games / ksirk / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       ksirk
4 DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
5 PORTREVISION=   1
6 CATEGORIES=     games kde kde-applications
7
8 MAINTAINER=     kde@FreeBSD.org
9 COMMENT=        ${${PORTNAME:tu}_DESC}
10
11 USES=           cmake compiler:c++11-lang kde:5 qca qt:5 tar:xz
12 USE_KDE=        attica auth codecs completion config configwidgets \
13                 coreaddons crash i18n iconthemes kio libkdegames newstuff \
14                 service wallet widgetsaddons xmlgui
15 USE_QT=         concurrent core dbus declarative gui network phonon4 svg widgets xml \
16                 buildtools_build qmake_build
17 USE_LDCONFIG=   yes
18
19 OPTIONS_DEFINE= DOCS
20
21 .include <${.CURDIR}/../kdegames/Makefile.common>
22 .include <bsd.port.mk>