c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:32 tv Exp $
|
|
#
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-cursespanel-0
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel python
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html
|
|
COMMENT= Curses panel module for Python
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_NCURSES= # filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ...
|
|
# noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs
|
|
# termname tigetflag tigetnum tigetstr tparm typeahead use_env wcursyncup
|
|
# wechochar winsnstr winsstr wredrawln wsyncdown wsyncup
|
|
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_curses_panel.c
|
|
PYDISTUTILSPKG= yes
|
|
PYBINMODULE= yes
|
|
PY_PATCHPLIST= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth
|
|
|
|
PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses}
|
|
|
|
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
|
|
do-patch:
|
|
(cd ${WRKSRC}; \
|
|
for f in ${PATCHDIR}/patch-*;do \
|
|
${PATCH} --batch <$$f || true; \
|
|
done)
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/srcdist.mk"
|
|
.include "../../devel/py-curses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|