remote using a configuration object retreived from the harmony website. The Logitech Harmony is a highly configuration universal remote than can control most multimedia devices. This port contains the Python bindings for the concordance framework. PR: ports/190547 Submitted by: Stephen Hurd <shurd@sasktel.net>
24 lines
545 B
Makefile
24 lines
545 B
Makefile
# Created by: Stephen Hurd <shurd@sasktel.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libconcord
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= concordance-${PORTVERSION}
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= Python bindings for Logitech Harmony library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= tar:bzip2
|
|
WRKSRC_SUBDIR= libconcord/bindings/python
|
|
USE_PYTHON= 2.7+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|