5901ac0824
- Includes some whitespace changes, to be handled in a separate commit.
24 lines
607 B
Makefile
24 lines
607 B
Makefile
# $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"
|