mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
7ae337bf48
Python-cec allows you to control your TV, reciever and other CEC-compliant HDMI devices from a python script on a computer.
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cec
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Python bindings for libcec
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libcec.so:multimedia/libcec
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|