diff options
author | wulf <wulf@pkgsrc.org> | 2005-10-07 23:08:33 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-10-07 23:08:33 +0000 |
commit | c2199e525537838cff6650c4bdb1ac63ae87e9d4 (patch) | |
tree | 8284de825db37f1ec9d738d8e7030523d6ee4b4d /ham/gnuradio-usrp/Makefile | |
parent | 4a976039d61702549d80096e54bec01ef5ca0c04 (diff) | |
download | pkgsrc-c2199e525537838cff6650c4bdb1ac63ae87e9d4.tar.gz |
New package gnuradio-usrp: This module provides support for the GNU Radio
specific part of the Universal Software Peripheral (USRP) hardware
Diffstat (limited to 'ham/gnuradio-usrp/Makefile')
-rw-r--r-- | ham/gnuradio-usrp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/gnuradio-usrp/Makefile b/ham/gnuradio-usrp/Makefile new file mode 100644 index 00000000000..a8cf4b703ee --- /dev/null +++ b/ham/gnuradio-usrp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:08:33 wulf Exp $ + +VERSION= 0.5 +DISTNAME= gr-usrp-${VERSION} +PKGNAME= gnuradio-usrp-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= USRP bindings for GNU Radio + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../ham/usrp/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |