freebsd-ports/net-im/libnice/Makefile
Jan Beich 940784dbb7 net-im/libnice-gst1: drop unused Meson options after 3367f62c42
meson.build:1:0: ERROR: Unknown options: "gst_version"

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
2021-10-13 16:52:55 +00:00

37 lines
929 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= libnice
PORTVERSION= 0.1.18
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT?= Library and transmitter that implements ICE-19
LICENSE= LGPL21 MPL11
LICENSE_COMB= dual
LIB_DEPENDS?= libgnutls.so:security/gnutls
BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig meson python
USE_LDCONFIG= yes
USE_GNOME= glib20 introspection:build
CPPFLAGS+= -DHAVE_GETIFADDRS
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= GUPNP
GUPNP_MESON_ENABLED= gupnp
GUPNP_DESC= UPnP IGD port mapping support
GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd
MESON_ARGS+=-Dtests=disabled
.if defined(LIBNICE_SLAVE)
USE_GSTREAMER1= yes
MESON_ARGS+=-Dgstreamer=enabled
.else
MESON_ARGS+=-Dgstreamer=disabled -Dgtk_doc=enabled
.endif
.include <bsd.port.mk>