pkgsrc/ham/gr-fcdproplus/buildlink3.mk
mef 6029723bd6 Import ham/gr-fcdproplus as gr-fcdproplus-3.7.11
gr-fcdproplus is an linux and OSX addon for gnuradio to implement a
funcube dongle pro+ source.
On linux autodetects the correct soundcard from /proc/asound/cards.
This idea was taken from the osmosdr drivers.

To control the device the hidraw code of the hidapi is used.
2014-10-13 13:07:13 +00:00

13 lines
411 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 13:07:13 mef Exp $
BUILDLINK_TREE+= gr-fcdproplus
.if !defined(GR_FCDPROPLUS_BUILDLINK3_MK)
GR_FCDPROPLUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
BUILDLINK_ABI_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
BUILDLINK_PKGSRCDIR.gr-fcdproplus?= ../../ham/gr-fcdproplus
.endif # GR_FCDPROPLUS_BUILDLINK3_MK
BUILDLINK_TREE+= -gr-fcdproplus