25 lines
751 B
Makefile
25 lines
751 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2011/04/23 06:06:30 obache Exp $
|
|
|
|
BUILDLINK_TREE+= python24
|
|
|
|
.if !defined(PYTHON24_BUILDLINK3_MK)
|
|
PYTHON24_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.python24+= python24>=2.4
|
|
BUILDLINK_ABI_DEPENDS.python24?= python24>=2.4.5nb7
|
|
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
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.endif # PYTHON24_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -python24
|