Files
pkgsrc-ng/ham/gnuradio-doxygen/Makefile
2016-01-21 23:42:40 +01:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef 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.9.1:../../devel/doxygen
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
CMAKE_ARGS+= -DENABLE_SPHINX=ON
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"