PORTNAME= libnice PORTVERSION= 0.1.23 CATEGORIES= net-im devel MASTER_SITES= https://libnice.freedesktop.org/releases/ MAINTAINER= [email protected] COMMENT?= Library and transmitter that implements ICE-19 WWW= https://libnice.freedesktop.org/ LICENSE= LGPL21 MPL11 LICENSE_COMB= dual USES= gnome localbase:ldflags meson pkgconfig ssl USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build CPPFLAGS+= -DHAVE_GETIFADDRS OPTIONS_DEFINE= GUPNP GUPNP_MESON_ENABLED= gupnp GUPNP_DESC= UPnP IGD port mapping support GUPNP_LIB_DEPENDS= libgupnp-igd-1.6.so:net/gupnp-igd MESON_ARGS+=-Dtests=disabled -Dgtk_doc=disabled -Dcrypto-library=openssl .if defined(LIBNICE_SLAVE) LIB_DEPENDS+= libnice.so:net-im/libnice USES+= gstreamer MESON_ARGS+=-Dgstreamer=enabled .else MESON_ARGS+=-Dgstreamer=disabled .endif post-patch-GUPNP-on: @${REINPLACE_CMD} -e 's|gupnp-igd-1.0|gupnp-igd-1.6|' ${WRKSRC}/meson.build .include <bsd.port.mk>