38 lines
1.3 KiB
Makefile
38 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2014/01/04 19:07:06 wiz Exp $
|
|
|
|
DISTNAME= pyserial-2.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
HOMEPAGE= http://pyserial.sourceforge.net/
|
|
COMMENT= Python Serial Port Extension
|
|
LICENSE= python-software-foundation
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= serial/__init__.py
|
|
REPLACE_PYTHON+= serial/rfc2217.py
|
|
REPLACE_PYTHON+= serial/serialcli.py
|
|
REPLACE_PYTHON+= serial/serialjava.py
|
|
REPLACE_PYTHON+= serial/serialposix.py
|
|
REPLACE_PYTHON+= serial/serialutil.py
|
|
REPLACE_PYTHON+= serial/serialwin32.py
|
|
REPLACE_PYTHON+= serial/sermsdos.py
|
|
REPLACE_PYTHON+= serial/tools/__init__.py
|
|
REPLACE_PYTHON+= serial/tools/list_ports.py
|
|
REPLACE_PYTHON+= serial/tools/list_ports_posix.py
|
|
REPLACE_PYTHON+= serial/tools/list_ports_windows.py
|
|
REPLACE_PYTHON+= serial/tools/miniterm.py
|
|
REPLACE_PYTHON+= serial/urlhandler/__init__.py
|
|
REPLACE_PYTHON+= serial/urlhandler/protocol_hwgrep.py
|
|
REPLACE_PYTHON+= serial/urlhandler/protocol_loop.py
|
|
REPLACE_PYTHON+= serial/urlhandler/protocol_rfc2217.py
|
|
REPLACE_PYTHON+= serial/urlhandler/protocol_socket.py
|
|
REPLACE_PYTHON+= serial/win32.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|