c3a5c84ac8
See commit log of gnuradio-core for the changes. Or 2014-10-21 GnuRadio 3.7.5.1 is available http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1
18 lines
536 B
Makefile
18 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/01/16 12:56:41 mef Exp $
|
|
|
|
PKGNAME= gnuradio-trellis-${VERSION}
|
|
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
CMAKE_ARGS+= -DENABLE_GR_TRELLIS=True
|
|
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
|
|
|
|
DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
|
|
DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
PLIST_MINUS+= digital
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|