2018-04-16 16:33:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:02 wiz Exp $
|
2015-07-11 13:13:28 +02:00
|
|
|
|
2018-04-16 16:33:44 +02:00
|
|
|
PKGREVISION= 5
|
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
|
2017-01-01 15:43:22 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
|
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"
|