mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
17 lines
395 B
Makefile
17 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.24 2014/01/05 21:22:13 wiz Exp $
|
|
|
|
PKGNAME= gnuradio-core-docs-${VERSION}
|
|
COMMENT= GNU Radio core module documentation
|
|
PKGREVISION= 19
|
|
|
|
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+=--enable-doxygen
|
|
|
|
BUILD_DEPENDS+=doxygen>=1.8.6:../../devel/doxygen
|
|
|
|
BUILD_DIRS= docs
|
|
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|