1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/comms/soapyremote/Makefile
Yuri Victorovich 6cf7f6b1cc Fix build of 8 ports broken by the update of misc/soapysdr
The modules directory in all of them is renamed.

Reported by:	fallout
2021-04-28 10:19:50 -07:00

25 lines
547 B
Makefile

PORTNAME= SoapyRemote
DISTVERSIONPREFIX= soapy-remote-
DISTVERSION= 0.5.2
PORTREVISION= 1
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
COMMENT= SoapySDR module to use any Soapy SDR remotely
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libSoapySDR.so:misc/soapysdr
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware
PLIST_FILES= bin/SoapySDRServer \
lib/SoapySDR/modules0.8/libremoteSupport.so \
man/man1/SoapySDRServer.1.gz
.include <bsd.port.mk>