pkgsrc/ham/gnuradio-core-docs/Makefile
wulf e0363a5e68 Updated gnuradio-core-docs to 3.0.4:
* Updated license to GPLv3
	* Doxygen documentations now spans whole tree
2007-08-08 03:07:45 +00:00

20 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/08/08 03:07:45 wulf Exp $
PKGNAME= gnuradio-core-docs-${VERSION}
COMMENT= GNU Radio core module documentation
.include "../../meta-pkgs/gnuradio/Makefile.common"
USE_TOOLS= make pkg-config
CONFIGURE_ARGS+=--enable-doxygen
BUILD_DEPENDS+=doxygen>=1.4.7:../../devel/doxygen
do-build:
cd ${WRKSRC}/gnuradio-core/doc && make
do-install:
cd ${WRKSRC}/gnuradio-core/doc && make install
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"