Add missing dependencies pkgconfig, ssl to support additional protocols. Add misc/soapysdr dependency to support HackRF One card. Bump PORTREVISION PR: 273967 Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
22 lines
454 B
Makefile
22 lines
454 B
Makefile
PORTNAME= rtl-433
|
|
PORTVERSION= 22.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Generic RF data receiver and decoder for ISM band devices
|
|
WWW= https://github.com/merbanan/rtl_433
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr \
|
|
libSoapySDR.so:misc/soapysdr
|
|
|
|
USES= cmake pkgconfig ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= merbanan
|
|
GH_PROJECT= rtl_433
|
|
|
|
.include <bsd.port.mk>
|