diff options
Diffstat (limited to 'ham/usrp-docs/Makefile')
-rw-r--r-- | ham/usrp-docs/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/usrp-docs/Makefile b/ham/usrp-docs/Makefile new file mode 100644 index 00000000000..2e0d9cc956d --- /dev/null +++ b/ham/usrp-docs/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 18:08:57 wulf Exp $ + +PKGNAME= usrp-docs-${VERSION} +COMMENT= Documentation for the usrp module + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +USE_TOOLS+= make +CONFIGURE_ARGS+=--enable-doxygen +CONFIGURE_ARGS+=--docdir=${LOCALBASE}/share/doc/gnuradio/usrp + +do-build: + cd ${WRKSRC}/usrp/doc && make + +do-install: + cd ${WRKSRC}/usrp/doc && make install + +.include "../../ham/usrp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |