3d3a8c66cb
[USRP-users] [UHD-3.7.2-rc1] Release Candidate Announcement http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2014-July/010219.html UHD is the free & open-source software driver and API for the Universal Software Radio Peripheral (USRP(TM)) SDR platform, created and sold by Ettus Research, LLC. UHD supports all Ettus Research USRP(TM) hardware, including all motherboards and daughterboards, and the combinations thereof.
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# $NetBSD: options.mk,v 1.1 2014/09/08 07:12:05 mef Exp $
|
|
### Set options
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.uhd
|
|
PKG_SUPPORTED_OPTIONS= doxygen manual
|
|
PKG_SUGGESTED_OPTIONS= doxygen manual
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdoxygen)
|
|
DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.doxygen
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mmanual)
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.manual
|
|
.endif
|