pkgsrc/ham/gnuradio-doxygen/Makefile
tnn 39afd20844 gnuradio: update to 3.10.0.0
- gr-pdu: Protocol Data Units library
- gr-iio: Linux industrial I/O library (but not packaged in pkgsrc)
- Custom Buffers Support
- switch from Log4CPP to spdlog
2022-01-16 18:06:25 +00:00

22 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.51 2022/01/16 18:06:26 tnn Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
BUILD_DEPENDS+= doxygen>=1.8.20:../../devel/doxygen
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
DEPENDS+= web2c-[0-9]*:../../print/web2c
# in case those packages are already installed by other requirement..
DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
DEPENDS+= tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"