pkgsrc/net/libnice/Makefile
wiz 45203ef0ba Initial import of libnice-0.0.9:
GLib ICE library

 - only implements ICE Lite
 - no support for RTCP
 - no support for IPv6
2009-08-17 21:10:28 +00:00

25 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
#
DISTNAME= libnice-0.0.9
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/gupnp-igd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"