diff options
author | recht <recht@pkgsrc.org> | 2004-01-25 14:13:17 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-25 14:13:17 +0000 |
commit | e0d95cc4acc971dad90e44679ed156d0ed76479c (patch) | |
tree | c38f3ea793d7b192a2471c659aebdba47cf1eb96 /lang/python22-pth | |
parent | 7d01b8f2ba802ea8221c3b773f53121d87051485 (diff) | |
download | pkgsrc-e0d95cc4acc971dad90e44679ed156d0ed76479c.tar.gz |
add buildlink3.mk
Diffstat (limited to 'lang/python22-pth')
-rw-r--r-- | lang/python22-pth/buildlink3.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/python22-pth/buildlink3.mk b/lang/python22-pth/buildlink3.mk new file mode 100644 index 00000000000..c6450e5617b --- /dev/null +++ b/lang/python22-pth/buildlink3.mk @@ -0,0 +1,30 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/01/25 14:15:33 recht Exp $ +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +PYTHON22_PTH_BUILDLINK3_MK:= ${PYTHON22_PTH_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= python22-pth +.endif + +.if !empty(PYTHON22_PTH_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= python22-pth +BUILDLINK_DEPENDS.python22-pth?= python22-pth>=2.2.3 +BUILDLINK_PKGSRCDIR.python22-pth?= ../../lang/python22-pth + +.if defined(BUILDLINK_DEPMETHOD.python) +BUILDLINK_DEPMETHOD.python22pth?= ${BUILDLINK_DEPMETHOD.python} +.endif + +BUILDLINK_TRANSFORM+= l:python:python2p2 + +BUILDLINK_CPPFLAGS.python22pth+= \ + -I${BUILDLINK_PREFIX.python22pth}/include/python2p2 +BUILDLINK_LDFLAGS.python22pth+= \ + -L${BUILDLINK_PREFIX.python22pth}/lib/python2p2/config \ + -Wl,-R${BUILDLINK_PREFIX.python22pth}/lib/python2p2/config + +.endif # PYTHON22_PTH_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |