[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-dtv

File: [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-dtv / Makefile (download)

Revision 1.8, Sun Jan 1 16:06:21 2017 UTC (7 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.7: +2 -2 lines

Revbump after boost update

# $NetBSD: Makefile,v 1.8 2017/01/01 16:06:21 adam Exp $

PKGNAME=	gnuradio-dtv-${VERSION}
PKGREVISION=	2
COMMENT=	Various digital television standards of GNU Radio

.include	"../../ham/gnuradio-core/Makefile.common"
.include	"../../ham/gnuradio-core/Nocore.mk"

CMAKE_ARGS+=	-DENABLE_DEFAULT=False
CMAKE_ARGS+=	-DENABLE_GR_DTV=True
CMAKE_ARGS+=	-DENABLE_GR_FEC=True

PLIST_MINUS+=	fec
.include	"../../ham/gnuradio-fec/buildlink3.mk"
.include	"../../math/gsl/buildlink3.mk"

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