mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
4e5b54a3ec
Approved by: db, skreuzer (mentors)
25 lines
545 B
Makefile
25 lines
545 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= tar:bzip2
|
|
WRKSRC_SUBDIR= libconcord/bindings/python
|
|
USE_PYTHON= 2.7+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|