diff options
Diffstat (limited to 'ham/gnuradio-radio-astronomy/Makefile')
-rw-r--r-- | ham/gnuradio-radio-astronomy/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ham/gnuradio-radio-astronomy/Makefile b/ham/gnuradio-radio-astronomy/Makefile deleted file mode 100644 index 77fbc1ffad3..00000000000 --- a/ham/gnuradio-radio-astronomy/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.42 2014/08/13 10:57:36 adam Exp $ - -PKGNAME= gnuradio-radio-astronomy-${VERSION} -PKGREVISION= 28 -COMMENT= GNU Radio module for radio astronomy - -.include "../../meta-pkgs/gnuradio/Makefile.common" - -CONFIGURE_ARGS+=--enable-gr-radio-astronomy -CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel - -PYTHON_VERSIONED_DEPENDENCIES= ephem - -REPLACE_PYTHON+= gr-radio-astronomy/src/python/local_calibrator.py -REPLACE_PYTHON+= gr-radio-astronomy/src/python/qa_ra.py -REPLACE_PYTHON+= gr-radio-astronomy/src/python/ra_fftsink.py -REPLACE_PYTHON+= gr-radio-astronomy/src/python/ra_stripchartsink.py -REPLACE_PYTHON+= gr-radio-astronomy/src/python/usrp_psr_receiver.py -REPLACE_PYTHON+= gr-radio-astronomy/src/python/usrp_ra_receiver.py - -.include "../../mk/oss.buildlink3.mk" -.include "../../lang/python/versioned_dependencies.mk" -.include "../../ham/gnuradio-wxgui/buildlink3.mk" -.include "../../ham/usrp/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |