17 lines
473 B
Makefile
17 lines
473 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2020/03/08 16:48:04 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= pyorbit
|
|
|
|
.if !defined(PY_ORBIT_BUILDLINK3_MK)
|
|
PY_ORBIT_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.0.0nb1
|
|
BUILDLINK_ABI_DEPENDS.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.24.0nb6
|
|
BUILDLINK_PKGSRCDIR.pyorbit?= ../../net/py-ORBit
|
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.endif # PY_ORBIT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pyorbit
|