# Created by: Sean Bruno
# $FreeBSD: tags/RELEASE_11_0_0/games/cockatrice/Makefile 415030 2016-05-11 20:39:10Z sbruno $

PORTNAME=	Cockatrice
PORTVERSION=	0.0.g2016.05.06
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=	2016-05-06-Release

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

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

.include <bsd.port.mk>
