c3a5c84ac8
See commit log of gnuradio-core for the changes. Or 2014-10-21 GnuRadio 3.7.5.1 is available http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2015/01/16 12:56:40 mef 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+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
|
REPLACE_BASH= grc/freedesktop/grc_setup_freedesktop.in
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
# gnuradio-companion
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
.include "../../x11/py-gtk2/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
|