1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/multimedia/py-cec/Makefile
Kevin Lo 7ae337bf48 Import py-cec 0.2.5
Python-cec allows you to control your TV, reciever and other CEC-compliant
HDMI devices from a python script on a computer.
2016-08-11 15:13:34 +00:00

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>