mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
epoch 1
|
|
github.setup merbanan rtl_433 25.02
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories science comms
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description RTL-SDR 433.92 MHz generic data receiver
|
|
long_description rtl_433 turns your Realtek RTL2832 based DVB dongle \
|
|
into a 433.92 MHz generic data receiver.
|
|
|
|
checksums rmd160 255a8154784c2c46aafa2a500e0ceb560ed9c7b1 \
|
|
sha256 5a409ea10e6d3d7d4aa5ea91d2d6cc92ebb2d730eb229c7b37ade65458223432 \
|
|
size 1125144
|
|
|
|
cmake.generator Ninja
|
|
|
|
depends_lib-append port:rtl-sdr \
|
|
port:SoapySDR
|
|
|
|
configure.args-append \
|
|
-DENABLE_RTLSDR=ON \
|
|
-DENABLE_SOAPYSDR=ON \
|
|
-DENABLE_OPENSSL=ON \
|
|
-DBUILD_DOCUMENTATION=OFF
|