pkgsrc/ham/gnuradio-network/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

16 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.16 2022/08/11 05:08:49 gutteridge Exp $
PKGNAME= gnuradio-network-${VERSION}
PKGREVISION= 1
COMMENT= Network blocks for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_NETWORK=ON
CMAKE_ARGS+= -DENABLE_GRC=ON
PLIST_MINUS+= companion
.include "../../mk/bsd.pkg.mk"