pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python38 python38: also add buildlink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5395e8a258ff
branches:  trunk
changeset: 415842:5395e8a258ff
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 15 16:51:19 2019 +0000

description:
python38: also add buildlink3.mk

diffstat:

 lang/python38/buildlink3.mk |  24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 7ddb8d74d03c -r 5395e8a258ff lang/python38/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python38/buildlink3.mk       Tue Oct 15 16:51:19 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/10/15 16:51:19 adam Exp $
+
+BUILDLINK_TREE+=       python38
+
+.if !defined(PYTHON38_BUILDLINK3_MK)
+PYTHON38_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.python38+=       python38>=3.8.0
+BUILDLINK_PKGSRCDIR.python38?=         ../../lang/python38
+
+.if defined(BUILDLINK_DEPMETHOD.python)
+BUILDLINK_DEPMETHOD.python38?= ${BUILDLINK_DEPMETHOD.python}
+.endif
+
+BUILDLINK_INCDIRS.python38+=   include/python3.8
+BUILDLINK_LIBDIRS.python38+=   lib/python3.8/config
+BUILDLINK_TRANSFORM+=          l:python:python3.8
+
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.endif # PYTHON38_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -python38



Home | Main Index | Thread Index | Old Index