1PORTNAME= rtl-433 2PORTVERSION= 25.12 3CATEGORIES= comms hamradio 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Generic RF data receiver and decoder for ISM band devices 7WWW= https://github.com/merbanan/rtl_433 8 9LICENSE= gpl2 10LICENSE_FILE= ${WRKSRC}/COPYING 11 12LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr \ 13 libSoapySDR.so:misc/soapysdr 14 15USES= cmake pkgconfig ssl 16 17USE_GITHUB= yes 18GH_ACCOUNT= merbanan 19GH_PROJECT= rtl_433 20USE_RC_SUBR= rtl_433 21 22post-install: 23 ${INSTALL} ${WRKSRC}/conf/rtl_433.example.conf ${PREFIX}/etc/rtl_433.conf 24 25.include <bsd.port.mk> 26