blob: ca7605b93e4215d5c507a80cd6955336b94d9fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.17 2018/04/29 21:31:47 adam Exp $
PKGNAME= gnuradio-fcd-${VERSION}
PKGREVISION= 6
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_FCD=True
.include "../../devel/libusb1/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|