mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
25 lines
546 B
Makefile
25 lines
546 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libconcord
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 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:comms/libconcord
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= python:2.7+ tar:bzip2
|
|
WRKSRC_SUBDIR= libconcord/bindings/python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|