freebsd-ports/multimedia/libhdhomerun/Makefile
Kubilay Kocak 41e4b588f5 multimedia/libhdhomerun: Backport FreeBSD broadcast patch
Release 20190621 caused a regression in the ability to discover tuner
hardware, for example using: hdhomerun_config discover.

This change backports a commit [1] marked as "Release 20190625" which
doesn't (yet?) appear to be available/distributed.

[1] b0e5d5f5c8

PR:		240907
Reported by:	Daniel Becker <razzfazz gmail com>
Submitted by:	David O'Rourke <dor.bsd xm0 uk> (maintainer)
2019-10-01 03:23:17 +00:00

27 lines
724 B
Makefile

# $FreeBSD$
PORTNAME= libhdhomerun
PORTVERSION= 20190621
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://download.silicondust.com/hdhomerun/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= dor.bsd@xm0.uk
COMMENT= Library and command line utility for interfacing with HDHomeRun device
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake tar:tgz
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/libhdhomerun
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/libhdhomerun
${INSTALL_PROGRAM} ${WRKSRC}/hdhomerun_config ${STAGEDIR}${PREFIX}/bin
${INSTALL_LIB} ${WRKSRC}/libhdhomerun.so ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/libhdhomerun
.include <bsd.port.mk>