blob: 6af1d4ddaa500361a36ad8b9e9d70e248b5c60c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.23 2020/11/05 09:08:29 ryoon Exp $
PKGNAME= gnuradio-fec-${VERSION}
PKGREVISION= 1
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
CMAKE_ARGS+= -DENABLE_GRC=ON
PLIST_MINUS+= companion
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|