18 lines
522 B
Makefile
18 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.25 2021/01/01 08:24:48 ryoon Exp $
|
|
|
|
PKGNAME= gnuradio-utils-${VERSION}
|
|
PKGREVISION= 2
|
|
COMMENT= Utilities in GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
|
|
#CONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_UTILS=ON
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|