aboutsummaryrefslogtreecommitdiff
path: root/games/pentobi/Makefile
blob: 3c9b1d0368343067f8f5e278f2a31724fb59e479 (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
25
26
27
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pentobi
PORTVERSION=	14.1
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Computer opponent for the board game Blokus

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake desktop-file-utils qt:5 shared-mime-info tar:xz
USE_QT=		core gui widgets svg concurrent \
		qmake_build buildtools_build linguisttools_build

PORTDOCS=	NEWS

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>