7cb1984d5f
do it before!
47 lines
883 B
Makefile
Executable File
47 lines
883 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.10 2021/02/25 22:26:03 sthen Exp $
|
|
|
|
COMMENT = lightweight Tox client
|
|
|
|
V = 0.18.0
|
|
REVISION = 0
|
|
|
|
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://utox.io
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xext Xrender c dbus-1 fontconfig freetype m
|
|
WANTLIB += pthread openal opus sodium 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>
|