# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

platforms           darwin macosx
categories          science
license             BSD
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer

description         User mode driver for Airspy HF+
long_description    {*}${description}

github.setup        airspy airspyhf 1.6.8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  e4f51c1a68cedc7d15f98831c97942be6d8aa73b \
                    sha256  834ad1649995e7f46b1adf62347529241fcfb87798ed3605eac96e4fa750f6cc \
                    size    33537
revision            0

compiler.cxx_standard 2011

depends_build-append \
    port:pkgconfig

depends_lib-append \
    path:lib/pkgconfig/libusb-1.0.pc:libusb
