summaryrefslogtreecommitdiff
path: root/lang/python15
diff options
context:
space:
mode:
authorrecht <recht>2004-01-25 14:23:39 +0000
committerrecht <recht>2004-01-25 14:23:39 +0000
commit1472830a3cd4acf92ad6fff984b6928815552ac1 (patch)
treec7c804b3e30242fad1bb2c99c07c0b457bc12321 /lang/python15
parentf6ef5e999ad5e769cccf7533884bcce6c31e7966 (diff)
downloadpkgsrc-1472830a3cd4acf92ad6fff984b6928815552ac1.tar.gz
add buildlink3.mk
Diffstat (limited to 'lang/python15')
-rw-r--r--lang/python15/buildlink3.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/python15/buildlink3.mk b/lang/python15/buildlink3.mk
new file mode 100644
index 00000000000..7f6f94fcc9b
--- /dev/null
+++ b/lang/python15/buildlink3.mk
@@ -0,0 +1,30 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/01/25 14:23:39 recht Exp $
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PYTHON15_BUILDLINK3_MK:= ${PYTHON15_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= python15
+.endif
+
+.if !empty(PYTHON15_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= python15
+BUILDLINK_DEPENDS.python15?= python15>=1.5.2
+BUILDLINK_PKGSRCDIR.python15?= ../../lang/python15
+
+.if defined(BUILDLINK_DEPMETHOD.python)
+BUILDLINK_DEPMETHOD.python15?= ${BUILDLINK_DEPMETHOD.python}
+.endif
+
+BUILDLINK_TRANSFORM+= l:python:python1.5
+
+BUILDLINK_CPPFLAGS.python15+= \
+ -I${BUILDLINK_PREFIX.python15}/include/python1.5
+BUILDLINK_LDFLAGS.python15+= \
+ -L${BUILDLINK_PREFIX.python15}/lib/python1.5/config \
+ -Wl,-R${BUILDLINK_PREFIX.python15}/lib/python1.5/config
+
+.endif # PYTHON15_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}