2021-12-08 17:01:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2021/12/08 16:02:57 adam Exp $
|
2015-07-11 13:13:28 +02:00
|
|
|
|
2021-12-08 17:01:42 +01:00
|
|
|
PKGREVISION= 15
|
2015-07-11 13:13:28 +02:00
|
|
|
.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
|
2019-11-03 10:14:06 +01:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
2015-07-11 13:13:28 +02:00
|
|
|
|
|
|
|
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"
|