diff options
author | wiz <wiz@pkgsrc.org> | 2022-10-04 09:45:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-10-04 09:45:53 +0000 |
commit | 4b661ba6426d729e87c8ec340357e13763cf42d8 (patch) | |
tree | c2862ac02f97afb1402c3f61b9c4bd59a69b9c10 /ham/uhd | |
parent | f99109b6ef0770b0a6a61469037137029991caa9 (diff) | |
download | pkgsrc-4b661ba6426d729e87c8ec340357e13763cf42d8.tar.gz |
uhd: fix PLIST for non-macOS
Diffstat (limited to 'ham/uhd')
-rw-r--r-- | ham/uhd/Makefile | 6 | ||||
-rw-r--r-- | ham/uhd/PLIST | 5 | ||||
-rw-r--r-- | ham/uhd/PLIST.x4xx | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 4e72a89d096..86075e12265 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2022/09/30 18:12:44 adam Exp $ +# $NetBSD: Makefile,v 1.71 2022/10/04 09:45:53 wiz Exp $ DISTNAME= uhd-4.3.0.0 CATEGORIES= ham @@ -88,6 +88,10 @@ INSTALLATION_DIRS+= share/uhd/images .include "options.mk" +.if ${OPSYS} != "Darwin" +PLIST_SRC+= PLIST.x4xx +.endif + .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/libusb1/buildlink3.mk" .include "../../devel/orc/buildlink3.mk" diff --git a/ham/uhd/PLIST b/ham/uhd/PLIST index 09c08664b76..9bc52f1508c 100644 --- a/ham/uhd/PLIST +++ b/ham/uhd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2022/09/30 18:12:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2022/10/04 09:45:53 wiz Exp $ bin/rfnoc_image_builder bin/uhd_adc_self_cal bin/uhd_cal_rx_iq_balance @@ -362,9 +362,6 @@ share/uhd/cal/cal_metadata.fbs share/uhd/cal/dsa_cal.fbs share/uhd/cal/iq_cal.fbs share/uhd/cal/pwr_cal.fbs -@pkgdir share/uhd/firmware -@pkgdir share/uhd/fpga -@pkgdir share/uhd/images share/uhd/rfnoc/blocks/addsub.yml share/uhd/rfnoc/blocks/axi_ram_fifo.yml share/uhd/rfnoc/blocks/ddc.yml diff --git a/ham/uhd/PLIST.x4xx b/ham/uhd/PLIST.x4xx new file mode 100644 index 00000000000..0a1f2cef1bc --- /dev/null +++ b/ham/uhd/PLIST.x4xx @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.x4xx,v 1.1 2022/10/04 09:45:53 wiz Exp $ +lib/uhd/tests/x4xx_radio_block_test |