pkgsrc/lang/python22/buildlink3.mk
jlam 9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00

27 lines
770 B
Makefile

# $NetBSD: buildlink3.mk,v 1.4 2004/03/05 19:25:37 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PYTHON22_BUILDLINK3_MK:= ${PYTHON22_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= python22
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython22}
BUILDLINK_PACKAGES+= python22
.if !empty(PYTHON22_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.python22+= python22>=2.2
BUILDLINK_PKGSRCDIR.python22?= ../../lang/python22
.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python22?= ${BUILDLINK_DEPMETHOD.python}
.endif
BUILDLINK_INCDIRS.python22+= include/python2.2
BUILDLINK_LIBDIRS.python22+= lib/python2.2/config
BUILDLINK_TRANSFORM+= l:python:python2.2
.endif # PYTHON22_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}