blob: ef81279e25f41f293e8d984c6d45bdf881465a25 (
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
|
# Created by: Sean Bruno
# $FreeBSD$
PORTNAME= Cockatrice
PORTVERSION= 0.0.g2017.03.14
PORTREVISION= 1
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>
|