summaryrefslogtreecommitdiff
path: root/ham/usrp-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/usrp-docs/Makefile')
-rw-r--r--ham/usrp-docs/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/ham/usrp-docs/Makefile b/ham/usrp-docs/Makefile
deleted file mode 100644
index d1c454cd39a..00000000000
--- a/ham/usrp-docs/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2014/09/22 11:54:15 joerg Exp $
-
-PKGNAME= usrp-docs-${VERSION}
-PKGREVISION= 14
-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
-
-BUILD_DEPENDS+= doxygen>=1.8.8:../../devel/doxygen
-BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
-
-BUILD_DIRS= usrp/doc
-
-DOCDIR= ${PREFIX}/share/doc/usrp-${PKGVERSION_NOREV}
-INSTALLATION_DIRS= ${DOCDIR}
-
-do-install:
- cp -r ${WRKSRC}/usrp/doc/html ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/usrp/doc/usrp_guide.html ${DESTDIR}${DOCDIR}/html
-
-.include "../../ham/usrp/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"