summaryrefslogtreecommitdiff
path: root/net/libnice/Makefile
blob: fa44c962ddbcccf0b57bcb287f09b6af7b42e866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.42 2016/04/11 19:01:37 ryoon Exp $

PKGREVISION= 2
.include "Makefile.common"

# introspection Makefile uses GNUisms
USE_TOOLS+=	gmake
# configure flag is broken in at least 0.1.13
# http://phabricator.freedesktop.org/T127
#CONFIGURE_ARGS+= --without-gstreamer
CONFIGURE_ARGS+=	have_gst_check=no

PKGCONFIG_OVERRIDE+=	nice/nice.pc.in

.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"