blob: 3236e34bd310d111501ca92edb8265018f2264c1 (
plain)
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.g2017.03.14
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>
|