pkgsrc/ham/gnuradio-fcd/Makefile

17 lines
434 B
Makefile
Raw Normal View History

2018-04-29 23:31:17 +02:00
# $NetBSD: Makefile,v 1.17 2018/04/29 21:31:47 adam Exp $
PKGNAME= gnuradio-fcd-${VERSION}
2018-04-29 23:31:17 +02:00
PKGREVISION= 6
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_FCD=True
.include "../../devel/libusb1/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"