53682aeae6
o Convert buildlink3.mk files to new world order o Add DESTDIR Support
16 lines
404 B
Makefile
16 lines
404 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2009/04/29 00:16:18 jihbed Exp $
|
|
#
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_TREE+= pyProtocols
|
|
|
|
.if !defined(PY_PROTOCOLS_BUILDLINK3_MK)
|
|
PY_PROTOCOLS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pyProtocols+= ${PYPKGPREFIX}-Protocols>=0.9.3
|
|
BUILDLINK_PKGSRCDIR.pyProtocols?= ../../wip/py-Protocols
|
|
|
|
.endif # PY_PROTOCOLS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pyProtocols
|