pkgsrc/devel/orc/Makefile
leot d390c7f61c orc: Append to USE_TOOLS (+=') instead of initialize it (=')
NFCI but can avoid some headaches if USE_TOOLS will be adjusted in the future.
2017-10-23 10:17:39 +00:00

29 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/10/23 10:17:39 leot Exp $
DISTNAME= orc-0.4.27
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
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= orc.pc.in
# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
# XXX: package is installed and then fails in the installation phase.
CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK= \
ac_cv_path_GTKDOC_CHECK_PATH= \
ac_cv_path_GTKDOC_REBASE= \
ac_cv_path_GTKDOC_MKPDF=
TEST_TARGET= check
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"