summaryrefslogtreecommitdiff
path: root/ham/gnuradio-usrp/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2005-10-07 23:08:33 +0000
committerwulf <wulf>2005-10-07 23:08:33 +0000
commit76487a67f21d252f643f2cfde40edc998a833cdf (patch)
tree8284de825db37f1ec9d738d8e7030523d6ee4b4d /ham/gnuradio-usrp/Makefile
parent562eba8d6e9eebf87303bd0b5c0bfffb2579d5e8 (diff)
downloadpkgsrc-76487a67f21d252f643f2cfde40edc998a833cdf.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/Makefile13
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"