Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / x11 / py-keybinder |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:24 maya Exp $ PKGREVISION= 7 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 python MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python bindings for the keybinder library LICENSE= gnu-gpl-v2 CONFIGURE_ARGS+= --disable-lua CONFIGURE_ARGS+= --enable-python PY_PATCHPLIST= yes PYTHON_VERSIONS_INCOMPATIBLE= 36 37 INSTALL_DIRS= python-keybinder .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../x11/keybinder/buildlink3.mk" .include "../../mk/bsd.pkg.mk"