diff options
author | snj <snj@pkgsrc.org> | 2004-05-05 03:54:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-05 03:54:59 +0000 |
commit | 7fbcd781bf7c9aaa52825eb4c3296a2f03704fab (patch) | |
tree | 12930090129c2ed3351a2778448d68eb35c1d54a /print/py-reportlab/buildlink3.mk | |
parent | 961db477a74b63692d75b77f0d8bd88bc617455f (diff) | |
download | pkgsrc-7fbcd781bf7c9aaa52825eb4c3296a2f03704fab.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'print/py-reportlab/buildlink3.mk')
-rw-r--r-- | print/py-reportlab/buildlink3.mk | 20 |
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/+$//} |