pkgsrc-wip/gnuradio-companion/Makefile

36 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2019/08/22 12:23:21 ryoon Exp $
PKGNAME= gnuradio-companion-${VERSION}
COMMENT= User interface entry of GNU Radio
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
REPLACE_BASH= grc/scripts/freedesktop/grc_setup_freedesktop.in
.include "../../wip/gnuradio-core/Makefile.common"
.include "../../wip/gnuradio-core/Nocore.mk"
# gnuradio-companion
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GRC=ON
ICON_THEMES= yes
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# -- Configuring gnuradio-companion support...
# -- Dependency ENABLE_GNURADIO_RUNTIME = ON
# -- Dependency ENABLE_PYTHON = ON
# -- Dependency PYTHON_MIN_VER_FOUND = TRUE
# -- Dependency CHEETAH_FOUND = TRUE
# -- Dependency LXML_FOUND = TRUE
# -- Dependency PYGTK_FOUND = TRUE
# -- Dependency NUMPY_FOUND = TRUE
# -- Enabling gnuradio-companion support.
# -- Override with -DENABLE_GRC=ON/OFF