[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-companion

Annotation of pkgsrc/ham/gnuradio-companion/Makefile, Revision 1.21

1.21    ! wiz         1: # $NetBSD: Makefile,v 1.20 2018/03/12 11:16:52 wiz Exp $
1.1       mef         2:
                      3: PKGNAME=       gnuradio-companion-${VERSION}
1.21    ! wiz         4: PKGREVISION=   5
1.1       mef         5: COMMENT=       User interface entry of GNU Radio
                      6:
1.8       mef         7: #CONF_FILES+=  ${EGDIR}/grc.conf       ${PKG_SYSCONFDIR}/grc.conf
1.1       mef         8:
1.5       tnn         9: DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
1.2       mef        10: DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
1.9       mef        11: REPLACE_BASH=  grc/scripts/freedesktop/grc_setup_freedesktop.in
1.1       mef        12:
                     13: .include       "../../ham/gnuradio-core/Makefile.common"
                     14: .include       "../../ham/gnuradio-core/Nocore.mk"
                     15:
                     16: # gnuradio-companion
                     17: CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
                     18: CMAKE_ARGS+=   -DENABLE_GRC=ON
                     19:
                     20: .include       "../../x11/py-gtk2/buildlink3.mk"
                     21: .include       "../../mk/bsd.pkg.mk"
                     22:
                     23: # -- Configuring gnuradio-companion support...
                     24: # --   Dependency ENABLE_GNURADIO_RUNTIME = ON
                     25: # --   Dependency ENABLE_PYTHON = ON
                     26: # --   Dependency PYTHON_MIN_VER_FOUND = TRUE
                     27: # --   Dependency CHEETAH_FOUND = TRUE
                     28: # --   Dependency LXML_FOUND = TRUE
                     29: # --   Dependency PYGTK_FOUND = TRUE
                     30: # --   Dependency NUMPY_FOUND = TRUE
                     31: # --   Enabling gnuradio-companion support.
                     32: # --   Override with -DENABLE_GRC=ON/OFF

CVSweb <webmaster@jp.NetBSD.org>