1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net-im/uTox/Makefile
Thierry Thomas d6a6d2b90e - Upgrade Tox to v0.2.3
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>

- Bump PORTREVISION of consumers.
2018-06-26 10:10:03 +00:00

40 lines
974 B
Makefile

# $FreeBSD$
PORTNAME= uTox
DISTVERSION= 0.17.0
DISTVERSIONSUFFIX= -full
PORTREVISION= 1
CATEGORIES= net-im net-p2p
MASTER_SITES= https://github.com/uTox/uTox/releases/download/v${PORTVERSION}/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Lightweight Tox client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig \
libsodium.so:security/libsodium \
libv4lconvert.so:multimedia/libv4l \
libvpx.so:multimedia/libvpx \
libopus.so:audio/opus \
libtoxcore.so:net-im/tox
USES= cmake:outsource compiler:c11 desktop-file-utils dos2unix \
openal pkgconfig
USE_XORG= ice sm x11 xext xrender
CMAKE_OFF= ENABLE_LTO
DOS2UNIX_GLOB= *
LLD_UNSAFE= yes
WRKSRC= ${WRKDIR}/uTox
OPTIONS_DEFINE= DBUS
OPTIONS_DEFAULT= DBUS
DBUS_CMAKE_BOOL= ENABLE_DBUS
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
.include <bsd.port.mk>