mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
27 lines
606 B
Makefile
27 lines
606 B
Makefile
# Created by: Lewis Thompson (purple@lewiz.net)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lirc
|
|
PORTVERSION= 0.0.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pylirc-${PORTVERSION}
|
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
|
COMMENT= Lirc support library for Python
|
|
|
|
LIB_DEPENDS= liblirc_client.so:comms/lirc
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylircmodule.so
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils pythonprefix
|
|
PYDISTUTILS_PKGNAME= pylirc
|
|
|
|
.include <bsd.port.mk>
|