summaryrefslogtreecommitdiff
path: root/lang/python23-pth/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23-pth/buildlink3.mk')
-rw-r--r--lang/python23-pth/buildlink3.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/python23-pth/buildlink3.mk b/lang/python23-pth/buildlink3.mk
deleted file mode 100644
index d1a6a968dd8..00000000000
--- a/lang/python23-pth/buildlink3.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/03/26 02:27:43 wiz Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= python23-pth
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython23-pth}
-BUILDLINK_PACKAGES+= python23-pth
-
-.if !empty(PYTHON23_PTH_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3
-BUILDLINK_RECOMMENDED.python23-pth?= python23-pth>=2.3.3nb2
-BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth
-
-.if defined(BUILDLINK_DEPMETHOD.python)
-BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python}
-.endif
-
-BUILDLINK_INCDIRS.python23-pth+= include/python2p3
-BUILDLINK_LIBDIRS.python23-pth+= lib/python2p3/config
-BUILDLINK_TRANSFORM+= l:python:python2p3
-
-.endif # PYTHON23_PTH_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}