Add buildlink3.mk file.
This commit is contained in:
parent
57e647cf04
commit
26f1c82419
1 changed files with 13 additions and 0 deletions
13
print/qpdf/buildlink3.mk
Normal file
13
print/qpdf/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2014/06/07 10:44:30 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= qpdf
|
||||
|
||||
.if !defined(QPDF_BUILDLINK3_MK)
|
||||
QPDF_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.qpdf+= qpdf>=5.0.1nb2
|
||||
BUILDLINK_PKGSRCDIR.qpdf?= ../../print/qpdf
|
||||
|
||||
.endif # QPDF_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -qpdf
|
Loading…
Reference in a new issue