freebsd-ports/comms/py-libconcord/Makefile
Marcus von Appen dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00

23 lines
542 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= libconcord
PORTVERSION= 1.1
CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= concordance-${PORTVERSION}
MAINTAINER= shurd@FreeBSD.org
COMMENT= Python bindings for Logitech Harmony library
LICENSE= GPLv2
LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
USE_LDCONFIG= yes
USES= python:2.7+ tar:bzip2
WRKSRC_SUBDIR= libconcord/bindings/python
USE_PYTHON= distutils
.include <bsd.port.mk>