1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/net-im/tox_extension_messages/Makefile
T
Daniel Engberg 42b95df84d */*: Bump PORTREVISION for libsodium consumers after version bump
Bump consumers of libsodium
2026-06-01 19:09:18 +02:00

28 lines
588 B
Makefile

PORTNAME= tox_extension_messages
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.3
PORTREVISION= 10
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@FreeBSD.org
COMMENT= Message extension library for tox
WWW= https://github.com/toxext/tox_extension_messages
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libopus.so:audio/opus \
libsodium.so:security/libsodium \
libtoxcore.so:net-im/tox \
libtoxext.so:net-im/toxext \
libvpx.so:multimedia/libvpx
USES= cmake localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= toxext
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>