diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-07 06:41:40 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-07 06:41:40 +0000 |
commit | 7df08c14991f8dd971207af02a318617313c27fd (patch) | |
tree | ada7b4b1799c74eea9569de3021e8e6aedadd189 /comms/py-lirc | |
parent | efd39c1777dea4461c6409573c0870de0b3f194c (diff) |
Notes
Diffstat (limited to 'comms/py-lirc')
-rw-r--r-- | comms/py-lirc/Makefile | 30 | ||||
-rw-r--r-- | comms/py-lirc/distinfo | 1 | ||||
-rw-r--r-- | comms/py-lirc/pkg-descr | 5 | ||||
-rw-r--r-- | comms/py-lirc/pkg-plist | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile new file mode 100644 index 000000000000..5331441d3eb7 --- /dev/null +++ b/comms/py-lirc/Makefile @@ -0,0 +1,30 @@ +# 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> diff --git a/comms/py-lirc/distinfo b/comms/py-lirc/distinfo new file mode 100644 index 000000000000..38869fac8a3b --- /dev/null +++ b/comms/py-lirc/distinfo @@ -0,0 +1 @@ +MD5 (pylirc-0.0.4.tar.gz) = fa1fc756ee187e8133bd26dde1828415 diff --git a/comms/py-lirc/pkg-descr b/comms/py-lirc/pkg-descr new file mode 100644 index 000000000000..e324f9a6c63d --- /dev/null +++ b/comms/py-lirc/pkg-descr @@ -0,0 +1,5 @@ +Python module to interact with remote controls via lirc. Currently only +linux version exists, but porters for winLirc or other systems are +welcome. + +WWW: http://sourceforge.net/projects/pylirc/ diff --git a/comms/py-lirc/pkg-plist b/comms/py-lirc/pkg-plist new file mode 100644 index 000000000000..34c323171eaf --- /dev/null +++ b/comms/py-lirc/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/pylircmodule.so |