pkgsrc/net/libnice/Makefile
wiz b3071eaf4b Update to 0.1.7:
libnice 0.1.7 (2014-05-05)
==========================
Fix undesired API change that broke Farstream unit testsx
2014-05-15 09:18:38 +00:00

37 lines
918 B
Makefile

# $NetBSD: Makefile,v 1.31 2014/05/15 09:18:38 wiz Exp $
#
# Also update net/gst-plugins1-libnice when you update this!
DISTNAME= libnice-0.1.7
CATEGORIES= net devel
MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nice.freedesktop.org/wiki/
COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --without-gstreamer
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
USE_LANGUAGES+= c99
.endif
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wunused-but-set-variable
.endif
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/gupnp-igd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"