diff options
| author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-06-21 20:27:14 +0000 |
|---|---|---|
| committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-06-21 20:27:14 +0000 |
| commit | e259367c29da41ce739a5fe76d834519f4d75b9d (patch) | |
| tree | dfe9fa65d93ae7bb86f3097ffbed28474fc10555 /comms/rtl-433/Makefile | |
| parent | 65490b0eb58637d8abb4daed83205adae455c8e5 (diff) | |
Diffstat (limited to 'comms/rtl-433/Makefile')
| -rw-r--r-- | comms/rtl-433/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/rtl-433/Makefile b/comms/rtl-433/Makefile new file mode 100644 index 000000000000..5a20f922074b --- /dev/null +++ b/comms/rtl-433/Makefile @@ -0,0 +1,22 @@ +# Created by: Rodrigo Osorio <rodrigo@FreeBSD.org> + +PORTNAME= rtl-433 +PORTVERSION= 21.05 +PORTREVISION= 1 +CATEGORIES= comms hamradio + +MAINTAINER= rodrigo@FeeBSD.org +COMMENT= Generic RF data receiver and decoder for ISM band devices + +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> |
