aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kodi-addon-pvr.hts/Makefile
blob: a0b4100edadd939dfcff9d2189750518f1409f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pvr.hts
DISTVERSION=	20.6.1
DISTVERSIONSUFFIX=	-Nexus
CATEGORIES=	multimedia

MAINTAINER=	decke@FreeBSD.org
COMMENT=	Tvheadend PVR addon for Kodi
WWW=		https://github.com/kodi-pvr/pvr.hts

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>