freebsd-ports/comms/py-lirc/Makefile
Hye-Shik Chang 7df08c1499 Add port for py-lirc 0.0.4,
An infra-red remote controller library interface for Python.

PR:		60989
Submitted by:	Lewis Thompson <purple@lewiz.net>
2004-01-07 06:41:40 +00:00

30 lines
658 B
Makefile

# New ports collection makefile for: py23-lirc
# Date created: 6 January 2004
# Whom: Lewis Thompson (purple@lewiz.net)
#
# $FreeBSD$
#
PORTNAME= lirc
PORTVERSION= 0.0.4
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pylirc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pylirc-${PORTVERSION}
MAINTAINER= purple@lewiz.net
COMMENT= Lirc support library for Python
LIB_DEPENDS= lirc_client.0:${PORTSDIR}/comms/lirc
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>