mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
f16d8e5635
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
26 lines
521 B
Makefile
26 lines
521 B
Makefile
PORTNAME= toxext
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im net-p2p
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Extension library for tox
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libopus.so:audio/opus \
|
|
libsodium.so:security/libsodium \
|
|
libtoxcore.so:net-im/tox \
|
|
libvpx.so:multimedia/libvpx
|
|
|
|
USES= cmake localbase:ldflags pkgconfig
|
|
USE_GITHUB= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
CFLAGS+= -fPIC # see https://github.com/toxext/toxext/issues/7
|
|
|
|
.include <bsd.port.mk>
|