mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
19 lines
564 B
Makefile
19 lines
564 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2016/08/03 10:22:24 adam Exp $
|
|
|
|
BUILDLINK_TREE+= py-keybinder
|
|
|
|
.if !defined(PY_KEYBINDER_BUILDLINK3_MK)
|
|
PY_KEYBINDER_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-keybinder+= ${PYPKGPREFIX}-keybinder>=0.3.0
|
|
BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb1
|
|
BUILDLINK_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder
|
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../x11/keybinder/buildlink3.mk"
|
|
.endif # PY_KEYBINDER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-keybinder
|