diff options
Diffstat (limited to 'net-im/nheko/Makefile')
-rw-r--r-- | net-im/nheko/Makefile | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index d0588df2b23f..a6d1821208c9 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,6 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -27,19 +28,13 @@ LIB_DEPENDS= \ USES= cmake compiler:c++20-lang desktop-file-utils \ localbase:ldflags pkgconfig qt:6 ssl tar:xz +USE_GITHUB= yes +GH_ACCOUNT= Nheko-Reborn +GH_TUPLE= hoytech:lmdbxx:029fb681213af3020f5e3a86045445552bd024c5:lmdb/deps/lmdb USE_QT= base declarative multimedia \ svg \ tools:build translations:build -OPTIONS_DEFINE= VOIP -OPTIONS_DEFAULT= - -VOIP_DESC= Enable VOIP calls (experimental) -VOIP_CMAKE_BOOL= VOIP -VOIP_USES= gstreamer gettext-runtime xorg gnome -VOIP_USE= gstreamer=bad,dtls,srtp,webrtc xorg=xcb gnome=glib20 -VOIP_LIB_DEPENDS= libnice.so:net-im/libnice - # There is one external dependency: lmdb++ # - lmdb++ is a single header file, it just needs to be included CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \ @@ -47,8 +42,16 @@ CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \ CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 LDFLAGS+= -L${LOCALBASE}/lib -lfmt -USE_GITHUB= yes -GH_ACCOUNT= Nheko-Reborn -GH_TUPLE= hoytech:lmdbxx:029fb681213af3020f5e3a86045445552bd024c5:lmdb/deps/lmdb +PATCH_STRIP= -p1 + +OPTIONS_DEFINE= VOIP +OPTIONS_DEFAULT= + +VOIP_DESC= Enable VOIP calls (experimental) +VOIP_LIB_DEPENDS= libnice.so:net-im/libnice +VOIP_USES= gstreamer gettext-runtime xorg gnome +VOIP_USE= gstreamer=bad,dtls,srtp,webrtc xorg=xcb gnome=glib20 +VOIP_CMAKE_BOOL= VOIP + .include <bsd.port.mk> |