12 lines
370 B
Makefile
12 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
|
|
|
|
PKGNAME= gnuradio-channels-${VERSION}
|
|
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
|
|
|
|
.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"
|