1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/comms/py-libconcord/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>