blob: 67aad2e3b6ed8110ffbd6afafee4376a2eadd741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.70 2022/11/23 16:18:57 adam Exp $
PKGREVISION= 13
.include "Makefile.common"
# introspection Makefile uses GNUisms
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-gstreamer
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
BUILDLINK_DEPMETHOD.gobject-introspection= build
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|