30 lines
499 B
Makefile
Executable File
30 lines
499 B
Makefile
Executable File
COMMENT = Tox client library
|
|
|
|
PKGNAME = ${DISTNAME:S/c-//}
|
|
|
|
GH_ACCOUNT = TokTok
|
|
GH_PROJECT = c-toxcore
|
|
GH_TAGNAME = v0.2.17
|
|
|
|
SHARED_LIBS += toxcore 3.0
|
|
|
|
CATEGORIES = net telephony
|
|
|
|
HOMEPAGE = https://tox.chat/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c config m opus msgpackc pthread sodium vpx
|
|
|
|
MODULES = devel/cmake
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
LIB_DEPENDS = audio/opus \
|
|
devel/libconfig \
|
|
devel/msgpack \
|
|
multimedia/libvpx \
|
|
security/libsodium
|
|
|
|
.include <bsd.port.mk>
|