blob: 4f00205df909c9bcd8442344884d6c378a7facc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.50 2018/04/17 22:29:32 wiz Exp $
PKGREVISION= 5
.include "Makefile.common"
# introspection Makefile uses GNUisms
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-gstreamer
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|