2018-11-14 23:20:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2018/11/14 22:22:48 kleink Exp $
|
2015-07-11 13:13:28 +02:00
|
|
|
|
2018-11-14 23:20:58 +01:00
|
|
|
PKGREVISION= 7
|
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
|
2018-07-03 07:03:01 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
|
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"
|