08a0ddac1a
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
23 lines
580 B
Makefile
23 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.11 2000/10/22 20:01:52 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= ${PY_DISTNAME}
|
|
PKGNAME= py-curses-${PY_VERSION}
|
|
WRKSRC= ${PY_WRKSRC}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${PY_MASTER_SITES}
|
|
|
|
MAINTAINER= tsarna@netbsd.org
|
|
HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html
|
|
|
|
DEPENDS+= ncurses>=4.2:../../devel/ncurses
|
|
|
|
EXTRACT_ELEMENTS= ${PY_MODULES}/_cursesmodule.c
|
|
|
|
do-configure: python-std-do-configure
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/_cursesmodule.so ${PY_LIBDIR}/lib-dynload
|
|
|
|
.include "../../lang/python/Makefile.inc"
|
|
.include "../../mk/bsd.pkg.mk"
|