aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rtl-433/Makefile
blob: 15a629da54368e7836387cc9afb329c927a41cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	rtl-433
PORTVERSION=	25.02
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
USE_RC_SUBR=	rtl_433

post-install:
	${INSTALL} ${WRKSRC}/conf/rtl_433.example.conf ${STAGEDIR}${PREFIX}/etc/rtl_433.conf

.include <bsd.port.mk>