6771a34dd7
Terminal widget with improved font, internationalisation and accessibility support for the GNOME 2 desktop. This pakcage provide python bindings for the Vte terminal widget.
16 lines
393 B
Makefile
16 lines
393 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/03/03 12:07:40 obache Exp $
|
|
|
|
BUILDLINK_TREE+= py-vte
|
|
|
|
.if !defined(PY_VTE_BUILDLINK3_MK)
|
|
PY_VTE_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-vte+= ${PYPKGPREFIX}-vte>=0.26.0
|
|
BUILDLINK_PKGSRCDIR.py-vte?= ../../x11/vte
|
|
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.endif # PY_VTE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-vte
|