blob: 22f11af29a0d385d629f198a9f0bca57d3434a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= rtl-433
PORTVERSION= 21.12
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
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= merbanan
GH_PROJECT= rtl_433
.include <bsd.port.mk>
|