32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2017/04/30 01:21:45 ryoon Exp $
|
|
|
|
PKGNAME= gnuradio-companion-${VERSION}
|
|
PKGREVISION= 1
|
|
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/scripts/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
|