pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang add buildlink3.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb1e447c707b
branches: trunk
changeset: 467005:eb1e447c707b
user: recht <recht%pkgsrc.org@localhost>
date: Sun Jan 25 14:13:17 2004 +0000
description:
add buildlink3.mk
diffstat:
lang/python22-pth/buildlink3.mk | 30 ++++++++++++++++++++++++++++++
lang/python22/buildlink3.mk | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r a9acbc63cf80 -r eb1e447c707b lang/python22-pth/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python22-pth/buildlink3.mk Sun Jan 25 14:13:17 2004 +0000
@@ -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/+$//}
diff -r a9acbc63cf80 -r eb1e447c707b lang/python22/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python22/buildlink3.mk Sun Jan 25 14:13:17 2004 +0000
@@ -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/+$//}
Home |
Main Index |
Thread Index |
Old Index