mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
|
|
|
|
PORTNAME= pvr.iptvsimple
|
|
DISTVERSION= 7.6.10
|
|
DISTVERSIONSUFFIX= -Matrix
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= IPTV Live TV and Radio PVR client for Kodi
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libpugixml.so:textproc/pugixml
|
|
|
|
USES= cmake:noninja compiler:c++14-lang kodi
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kodi-pvr
|
|
|
|
.include <bsd.port.mk>
|