blob: 10a4b696aef539f4f53a48f24a28e842ee8c2bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:21 adam Exp $
PKGNAME= gnuradio-ctrlport-${VERSION}
PKGREVISION= 2
COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_CTRLPORT=True
.include "../../mk/bsd.pkg.mk"
|