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