2012-05-07 03:53:12 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:42 dholland Exp $
|
2009-04-19 16:42:48 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= python26
|
|
|
|
|
|
|
|
.if !defined(PYTHON26_BUILDLINK3_MK)
|
|
|
|
PYTHON26_BUILDLINK3_MK:=
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.python26+= python26>=2.6
|
2012-05-07 03:53:12 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.python26+= python26>=2.6.6nb8
|
2009-04-19 16:42:48 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.python26?= ../../lang/python26
|
|
|
|
|
|
|
|
. if defined(BUILDLINK_DEPMETHOD.python)
|
|
|
|
BUILDLINK_DEPMETHOD.python26?= ${BUILDLINK_DEPMETHOD.python}
|
|
|
|
. endif
|
|
|
|
|
2011-04-15 19:23:23 +02:00
|
|
|
#BUILDLINK_INCDIRS.python26+= include/python2.6
|
|
|
|
#BUILDLINK_LIBDIRS.python26+= lib/python2.6/config
|
|
|
|
#BUILDLINK_TRANSFORM+= l:python:python2.6
|
2009-04-19 16:42:48 +02:00
|
|
|
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.endif # PYTHON26_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -python26
|