summaryrefslogtreecommitdiff
path: root/lang/python39/buildlink3.mk
blob: faca6db2a9270c7b47eefa029a53c0d277ea5cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: buildlink3.mk,v 1.1 2020/10/10 20:19:47 adam Exp $

BUILDLINK_TREE+=	python39

.if !defined(PYTHON39_BUILDLINK3_MK)
PYTHON39_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.python39+=	python39>=3.9.0
BUILDLINK_PKGSRCDIR.python39?=		../../lang/python39

.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python39?=	${BUILDLINK_DEPMETHOD.python}
.endif

BUILDLINK_INCDIRS.python39+=	include/python3.9
BUILDLINK_LIBDIRS.python39+=	lib/python3.9/config
BUILDLINK_TRANSFORM+=		l:python:python3.9

.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.endif # PYTHON39_BUILDLINK3_MK

BUILDLINK_TREE+=	-python39