pkgsrc/x11/py-keybinder/Makefile
wiz 4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00

24 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/03/10 22:09:12 wiz Exp $
PKGREVISION= 10
.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_ACCEPTED= 27
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"