2009-09-08 12:06:35 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.10 2009/09/08 10:06:35 drochner Exp $
|
2004-12-06 00:27:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= python24
|
2004-12-06 00:27:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(PYTHON24_BUILDLINK3_MK)
|
|
|
|
PYTHON24_BUILDLINK3_MK:=
|
2004-12-06 00:27:28 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.python24+= python24>=2.4
|
|
|
|
BUILDLINK_ABI_DEPENDS.python24?= python24>=2.4.2nb4
|
2004-12-06 00:27:28 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.python24?= ../../lang/python24
|
|
|
|
|
|
|
|
.if defined(BUILDLINK_DEPMETHOD.python)
|
|
|
|
BUILDLINK_DEPMETHOD.python24?= ${BUILDLINK_DEPMETHOD.python}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_INCDIRS.python24+= include/python2.4
|
|
|
|
BUILDLINK_LIBDIRS.python24+= lib/python2.4/config
|
|
|
|
BUILDLINK_TRANSFORM+= l:python:python2.4
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # PYTHON24_BUILDLINK3_MK
|
2004-12-06 00:27:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -python24
|
2005-11-14 23:53:09 +01:00
|
|
|
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|