File:  [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-pdu / Makefile
Revision 1.16: download - view: text, annotated - select for diffs
Tue Jul 16 10:02:02 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.16 2024/07/16 10:02:02 prlw1 Exp $

PKGNAME=	gnuradio-pdu-${VERSION}
PKGREVISION=	4
COMMENT=	Protocol Data Units 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_PDU=ON
CMAKE_ARGS+=	-DENABLE_GRC=ON

PLIST_MINUS+=	companion

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

CVSweb <webmaster@jp.NetBSD.org>