blob: a08f3201bd555a8f1b76ddbf425a8474f9446d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
PKGNAME= gnuradio-channels-${VERSION}
PKGREVISION= 1
COMMENT= Signal processing blocks to simulate channel models of gnuradio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_CHANNELS=ON
.include "../../mk/bsd.pkg.mk"
|