25 lines
707 B
Makefile
25 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/04/12 11:22:42 nia Exp $
|
|
|
|
DISTNAME= orc-0.4.32
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gstreamer.freedesktop.org/modules/orc.html
|
|
COMMENT= Compiler for vector operations
|
|
LICENSE= modified-bsd
|
|
|
|
PKGCONFIG_OVERRIDE+= output/orc-0.4.pc
|
|
PKGCONFIG_OVERRIDE+= output/meson-private/orc-test-0.4.pc
|
|
PKGCONFIG_OVERRIDE_STAGE= post-configure
|
|
|
|
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
|
|
|
|
MESON_ARGS+= -Dgtk_doc=disabled
|
|
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|