blob: 99c597c3e05a993fd9e87e83d49028aff0f385e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.7 2017/02/12 06:24:57 ryoon Exp $
PKGREVISION= 3
.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"
|