blob: 8163d50bc8fb1d3fbb0676859b4e05948bec46ac (
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
25
|
# $NetBSD: buildlink3.mk,v 1.6 2011/04/22 13:41:58 obache Exp $
BUILDLINK_TREE+= python25
.if !defined(PYTHON25_BUILDLINK3_MK)
PYTHON25_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.python25+= python25>=2.5
BUILDLINK_ABI_DEPENDS.python25+= python25>=2.5.5nb4
BUILDLINK_PKGSRCDIR.python25?= ../../lang/python25
. if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python25?= ${BUILDLINK_DEPMETHOD.python}
. endif
#BUILDLINK_INCDIRS.python25+= include/python2.5
#BUILDLINK_LIBDIRS.python25+= lib/python2.5/config
#BUILDLINK_TRANSFORM+= l:python:python2.5
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.endif # PYTHON25_BUILDLINK3_MK
BUILDLINK_TREE+= -python25
|