mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
|
|
|
|
PORTNAME= pvr.hts
|
|
DISTVERSION= 8.3.3
|
|
DISTVERSIONSUFFIX= -Matrix
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= Tvheadend PVR addon for Kodi
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libpugixml.so:textproc/pugixml
|
|
|
|
USES= cmake:noninja compiler:c++17-lang kodi
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kodi-pvr
|
|
|
|
.include <bsd.port.mk>
|