aboutsummaryrefslogtreecommitdiff
path: root/games/knights/Makefile
blob: df223cad68f20bb5b8bfec2b18cce2afdee04607 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	knights
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	games kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE chess interface
WWW=		https://github.com/KDE/knights

RUN_DEPENDS=	${LOCALBASE}/bin/gnuchess:games/gnuchess

LICENSE=	GPLv2

USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE=	auth codecs completion config configwidgets coreaddons \
		crash dbusaddons i18n libkdegames package plasma-framework \
		plotting service solid sonnet textwidgets wallet \
		widgetsaddons xmlgui
USE_QT=		concurrent core dbus declarative gui network speech \
		svg widgets xml \
		buildtools:build qmake:build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>