aboutsummaryrefslogtreecommitdiffstats
path: root/games/cockatrice/Makefile
blob: e5ae877a34cfcf8ec5e2c6b391ce25f02f058da1 (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
# Created by: Sean Bruno
# $FreeBSD$

PORTNAME=   Cockatrice
PORTVERSION=    0.0.g2016.04.27
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= ff1091a

USES=       cmake
USE_QT5=    buildtools concurrent core multimedia network printsupport \
        qmake svg linguisttools widgets

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

.include <bsd.port.mk>