mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
cb7779c765
Submitted by: swills Differential Revision: https://reviews.freebsd.org/D10396
23 lines
387 B
Makefile
23 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cec
|
|
PORTVERSION= 0.2.5
|
|
PORTREVISION= 1
|
|
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>
|