pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python311 python311: add buildlink3.mk as well
details: https://anonhg.NetBSD.org/pkgsrc/rev/27df5f6ec1f9
branches: trunk
changeset: 387495:27df5f6ec1f9
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 31 09:52:13 2022 +0000
description:
python311: add buildlink3.mk as well
diffstat:
lang/python311/buildlink3.mk | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r 38ae5eff246c -r 27df5f6ec1f9 lang/python311/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python311/buildlink3.mk Mon Oct 31 09:52:13 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/10/31 09:52:13 adam Exp $
+
+BUILDLINK_TREE+= python311
+
+.if !defined(PYTHON311_BUILDLINK3_MK)
+PYTHON311_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.python311+= python311>=3.11.0
+BUILDLINK_PKGSRCDIR.python311?= ../../lang/python311
+
+.if defined(BUILDLINK_DEPMETHOD.python)
+BUILDLINK_DEPMETHOD.python311?= ${BUILDLINK_DEPMETHOD.python}
+.endif
+
+BUILDLINK_INCDIRS.python311+= include/python3.11
+BUILDLINK_LIBDIRS.python311+= lib/python3.11/config
+BUILDLINK_TRANSFORM+= l:python:python3.11
+
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.endif # PYTHON311_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -python311
Home |
Main Index |
Thread Index |
Old Index