17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.21 2020/08/30 20:53:11 tnn Exp $
|
|
|
|
PKGNAME= gnuradio-digital-${VERSION}
|
|
COMMENT= Digital related algorithms for GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
# link to libgnuradio-fft.so.${PKGVERSON_NOREV}
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=ON
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
PLIST_MINUS+= companion
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|