44 lines
816 B
Makefile
Executable File
44 lines
816 B
Makefile
Executable File
COMMENT = lightweight Tox client
|
|
|
|
V = 0.18.1
|
|
|
|
DISTNAME = uTox-${V}-full
|
|
PKGNAME = utox-${V}
|
|
MASTER_SITES = https://github.com/uTox/uTox/releases/download/v${V}/
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/uTox/uTox/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xext Xrender c dbus-1 fontconfig freetype m
|
|
WANTLIB += pthread openal opus toxcore v4lconvert vpx
|
|
|
|
MODULES = devel/cmake
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+3,-guic
|
|
|
|
LIB_DEPENDS += audio/openal \
|
|
multimedia/libv4l \
|
|
x11/dbus \
|
|
net/toxcore
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
NO_TEST = yes
|
|
|
|
WRKDIST = ${WRKDIR}/uTox
|
|
|
|
FIX_CRLF_FILES = src/av/audio.h
|
|
|
|
CONFIGURE_ARGS = -DLLD_EMUL:String=${LLD_EMUL} \
|
|
-DSTATIC_ALL=OFF \
|
|
-DENABLE_FILTERAUDIO=OFF \
|
|
-DENABLE_TESTS=OFF
|
|
|
|
.include <bsd.port.mk>
|