# Created by: Sean Bruno
# $FreeBSD: tags/RELEASE_11_1_0/games/cockatrice/Makefile 439753 2017-04-29 15:43:46Z sunpoet $

PORTNAME=	Cockatrice
PORTVERSION=	0.0.g2017.03.14
PORTREVISION=	2
CATEGORIES=	games

MAINTAINER=	sbruno@FreeBSD.org
COMMENT=	Cross-platform virtual tabletop for multiplayer card games

LICENSE=	GPLv2

LIB_DEPENDS=	libprotobuf.so:devel/protobuf

USE_GITHUB=	yes
GH_TAGNAME=	2017-03-14-Release

USES=		cmake compiler:c++11-lib
USE_QT5=	buildtools concurrent core multimedia network printsupport \
		qmake svg linguisttools widgets gui

INSTALLS_ICONS=	yes
DATADIR=	${PREFIX}/share/${PORTNAME:tl}

.include <bsd.port.mk>
