summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-25 14:13:17 +0000
committerrecht <recht@pkgsrc.org>2004-01-25 14:13:17 +0000
commit43f1b35370f33ec260016679e06341745a3e1c14 (patch)
treec38f3ea793d7b192a2471c659aebdba47cf1eb96 /lang/python22
parent3277e94592f4a983ce389086eb845940437b15ce (diff)
downloadpkgsrc-43f1b35370f33ec260016679e06341745a3e1c14.tar.gz
add buildlink3.mk
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/buildlink3.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/python22/buildlink3.mk b/lang/python22/buildlink3.mk
new file mode 100644
index 00000000000..a81d32ddcfe
--- /dev/null
+++ b/lang/python22/buildlink3.mk
@@ -0,0 +1,30 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/01/25 14:13:17 recht Exp $
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PYTHON22_BUILDLINK3_MK:= ${PYTHON22_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= python22
+.endif
+
+.if !empty(PYTHON22_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= python22
+BUILDLINK_DEPENDS.python22?= python22>=2.2.2
+BUILDLINK_PKGSRCDIR.python22?= ../../lang/python22
+
+.if defined(BUILDLINK_DEPMETHOD.python)
+BUILDLINK_DEPMETHOD.python22?= ${BUILDLINK_DEPMETHOD.python}
+.endif
+
+BUILDLINK_TRANSFORM+= l:python:python2.2
+
+BUILDLINK_CPPFLAGS.python22+= \
+ -I${BUILDLINK_PREFIX.python22}/include/python2.2
+BUILDLINK_LDFLAGS.python22+= \
+ -L${BUILDLINK_PREFIX.python22}/lib/python2.2/config \
+ -Wl,-R${BUILDLINK_PREFIX.python22}/lib/python2.2/config
+
+.endif # PYTHON22_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}