freebsd-ports/comms/libsdr/Makefile
Ganael LAPLANCHE c379663c64 comms/rtl-sdr: Update to 2.0.1
and bump dependent ports' revisions
2023-11-10 12:39:37 +01:00

26 lines
566 B
Makefile

PORTNAME= libsdr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= Simple software defined radio (SDR) library
WWW= https://github.com/hmatuschek/libsdr
LICENSE= GPLv2
LIB_DEPENDS= libportaudio.so:audio/portaudio \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
librtlsdr.so:comms/rtl-sdr
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
MAKE_JOBS_UNSAFE= yes
USES= compiler:c++11-lang cmake pkgconfig
CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
USE_LDCONFIG= yes
.include <bsd.port.mk>