mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
26 lines
581 B
Makefile
26 lines
581 B
Makefile
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kodi-addon-pvr-iptvsimple
|
|
PORTVERSION= 2.4.14
|
|
DISTVERSIONSUFFIX= -Krypton
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= IPTV Live TV and Radio PVR client for Kodi
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/kodi/KodiConfig.cmake:multimedia/kodi
|
|
LIB_DEPENDS= libp8-platform.so:devel/p8-platform \
|
|
libkodiplatform.so:devel/kodi-platform
|
|
RUN_DEPENDS= kodi:multimedia/kodi
|
|
|
|
USES= cmake:noninja
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kodi-pvr
|
|
GH_PROJECT= pvr.iptvsimple
|
|
|
|
.include <bsd.port.mk>
|