1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/comms/rtl-443/Makefile
Rodrigo Osorio e623dcc8be comms/rtl-443: Fix pkg-plist for configuration files
Use @sample declaration for configuration files.
Bump PORTREVISION
2021-05-31 10:31:00 +02:00

23 lines
416 B
Makefile

# 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>