4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
27 lines
721 B
Makefile
27 lines
721 B
Makefile
# Created by: Juergen Lock <nox@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= livestreamer
|
|
PORTVERSION= 1.12.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Extract web streams and pipe them into video player of choice
|
|
|
|
LICENSE= BSD2CLAUSE MIT APACHE20
|
|
LICENSE_COMB= multi
|
|
|
|
RUN_DEPENDS= rtmpdump:multimedia/rtmpdump \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
|
${PY_FUTURES} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}librtmp>=0:multimedia/py-librtmp@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
PATCH_STRIP= -p1
|
|
|
|
.include <bsd.port.mk>
|