23 lines
589 B
Makefile
23 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:18 wiz Exp $
|
|
|
|
.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
|
|
|
|
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"
|