16 lines
468 B
Makefile
16 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 adam Exp $
|
|
|
|
PKGNAME= gnuradio-digital-${VERSION}
|
|
PKGREVISION= 1
|
|
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=False
|
|
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|