summaryrefslogtreecommitdiff
path: root/print/py-reportlab/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-reportlab/buildlink3.mk')
-rw-r--r--print/py-reportlab/buildlink3.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/print/py-reportlab/buildlink3.mk b/print/py-reportlab/buildlink3.mk
new file mode 100644
index 00000000000..edd2d697d41
--- /dev/null
+++ b/print/py-reportlab/buildlink3.mk
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/05/05 04:03:19 snj Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PYREPORTLAB_BUILDLINK3_MK:= ${PYREPORTLAB_BUILDLINK3_MK}+
+
+.include "../../lang/python/pyversion.mk"
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= pyreportlab
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npyreportlab}
+BUILDLINK_PACKAGES+= pyreportlab
+
+.if !empty(PYREPORTLAB_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.pyreportlab+= ${PYPKGPREFIX}-reportlab-[0-9]*
+BUILDLINK_PKGSRCDIR.pyreportlab?= ../../print/py-reportlab
+.endif # PYREPORTLAB_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}