freebsd-ports/comms/py-libconcord/Makefile
Martin Wilke 67576988f0 The concordance software suite allows you to program your Logitech Harmony
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>
2014-06-03 08:18:56 +00:00

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>