Fix problems with initial connections and name-setting in conferences Add callback for successful connection to a conference Fix memory leak in error path in group A/V Note that 'make test' hangs on NetBSD, but another test succeeds. from iphydf in https://github.com/NetBSD/pkgsrc/pull/28
23 lines
620 B
Makefile
23 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/01/21 07:51:03 maya Exp $
|
|
|
|
DISTNAME= toxcore-0.2.7
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=TokTok/}
|
|
GITHUB_PROJECT= c-toxcore
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://tox.chat/
|
|
COMMENT= Tox protocol library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c99 c++
|
|
USE_TOOLS= pkg-config
|
|
TEST_TARGET= test
|
|
|
|
.include "../../audio/libopus/buildlink3.mk"
|
|
.include "../../devel/libconfig/buildlink3.mk"
|
|
.include "../../multimedia/libvpx/buildlink3.mk"
|
|
.include "../../security/libsodium/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|