File:  [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-trellis / Makefile
Revision 1.82: download - view: text, annotated - select for diffs
Tue Jul 16 10:02:03 2024 UTC (7 months ago) by prlw1
Branches: MAIN
CVS tags: HEAD
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes

# $NetBSD: Makefile,v 1.82 2024/07/16 10:02:03 prlw1 Exp $

PKGNAME=	gnuradio-trellis-${VERSION}
PKGREVISION=	4
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=OFF
CMAKE_ARGS+=	-DENABLE_GR_TRELLIS=ON
CMAKE_ARGS+=	-DENABLE_GR_DIGITAL=ON
CMAKE_ARGS+=	-DENABLE_GRC=ON

DEPENDS+=	gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
DEPENDS+=	xmlto-[0-9]*:../../textproc/xmlto

PLIST_MINUS+=	companion digital

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>