1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/py-libconcord/Makefile
Stephen Hurd 4e5b54a3ec Update my ports to use my shurd@FreeBSD.org account
Approved by:    db, skreuzer (mentors)
2014-06-18 20:18:11 +00:00

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>