summaryrefslogtreecommitdiff
path: root/ham/gnuradio-fcd/Makefile
blob: 81e48f9cc592f1bd27b06a71b6343100d16ba71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.6 2016/10/07 18:25:55 adam Exp $

PKGNAME=	gnuradio-fcd-${VERSION}
PKGREVISION=	2
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"