summaryrefslogtreecommitdiff
path: root/net-im/debugtox/Makefile
blob: 6139276efec812ffa306e3f4c6380f1606acf594 (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
PORTNAME=	debugtox
DISTVERSION=	g20250207
CATEGORIES=	net-im net-p2p

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Very simple Tox client to help debug and play with the API
WWW=		https://tox.chat \
		https://github.com/TokTok/debugtox

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libsodium.so:security/libsodium \
		libtoxcore.so:net-im/tox

USES=		cmake compiler:c++17-lang gl pkgconfig qt:6
USE_QT=		base
USE_GL=		opengl

USE_GITHUB=	yes
GH_ACCOUNT=	TokTok
GH_TAGNAME=	725f7b9

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>