pkgsrc/x11/py-keybinder/Makefile

25 lines
607 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:02 wiz Exp $
PKGREVISION= 5
.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= 34 35 36
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"